#9AC4FA

Color #9AC4FA Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #9AC4FA

Tints of Pale Cornflower Blue #9AC4FA

Color information

#9AC4FA (or 0x9AC4FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: 9A, C4 and FA. RGB value is (154,196,250). Sum of RGB (Red+Green+Blue) = 154+196+250=600 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.67% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 250 (98.05% from 255 or 41.67% from 600); Max value from RGB is 250 - color contains mainly: blue. Hex color #9AC4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC4FA is #653B05. Grayscale: #BDBDBD. Windows color (decimal): -6634246 or 16434330. OLE color: 16434330.

HSL color Cylindrical-coordinate representation of color #9AC4FA: hue angle of 213.75º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AC4FA is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB154196250-
CMYK0.380.2200.02
HSL213.75º90.57%79.22%-
HSV(B)213.75º38.4%98.04%-
XYZ50.3253.2598.07-
YUV189.6162.09102.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 25.67%
GREEN value IS 196 (76.95% from 255) = 32.67%
BLUE value IS 250 (98.05% from 255) = 41.67%
R=25.67%
G=32.67%
B=41.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1541962500.380.2200.02213.7590.5779.22
Hex9AC4FA261602d65b4f
Octal232304372462602326133117
Binary100110101100010011111010100110101100101101011010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC4FA; }

 p { color: rgb(154,196,250); }

 H1.HeaderClassName
 {
   color: #9AC4FA;
 }
 .AnyTagClassName
 {
   color: #9AC4FA;
 }
</style>
background-color css

<style>
 a { background-color: #9AC4FA; }

 a { background-color: rgb(154,196,250); }

 div.DivClassName
 {
   background-color: #9AC4FA;
 }
 .BgClassName
 {
   background-color: #9AC4FA;
 }
</style>
border-color css

<style>
 span { border-color: #9AC4FA; }

 span { border-color: rgb(154,196,250); }

 td.TdClassName
 {
   border-color: #9AC4FA;
 }
 .TagClassName
 {
   border-color: #9AC4FA;
 }
</style>