#9AC4EA

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

Shades of Cornflower #9AC4EA

Tints of Cornflower #9AC4EA

Color information

#9AC4EA (or 0x9AC4EA) is unknown color: approx Cornflower. HEX triplet: 9A, C4 and EA. RGB value is (154,196,234). Sum of RGB (Red+Green+Blue) = 154+196+234=584 (77% of max value = 765). Red value is 154 (60.55% from 255 or 26.37% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 234 (91.80% from 255 or 40.07% from 584); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AC4EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AC4EA is #653B15. Grayscale: #BBBBBB. Windows color (decimal): -6634262 or 15385754. OLE color: 15385754.

HSL color Cylindrical-coordinate representation of color #9AC4EA: hue angle of 208.5º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9AC4EA is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154196234-
CMYK0.340.1600.08
HSL208.5º65.57%76.08%-
HSV(B)208.5º34.19%91.76%-
XYZ47.9252.2985.41-
YUV187.77154.09103.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.37%
GREEN value IS 196 (76.95% from 255) = 33.56%
BLUE value IS 234 (91.80% from 255) = 40.07%
R=26.37%
G=33.56%
B=40.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1541962340.340.1600.08208.565.5776.08
Hex9AC4EA221008d0424c
Octal2323043524220010320102114
Binary10011010110001001110101010001010000010001101000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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