#9AC4DD

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

Shades of Cornflower #9AC4DD

Tints of Cornflower #9AC4DD

Color information

#9AC4DD (or 0x9AC4DD) is unknown color: approx Cornflower. HEX triplet: 9A, C4 and DD. RGB value is (154,196,221). Sum of RGB (Red+Green+Blue) = 154+196+221=571 (75% of max value = 765). Red value is 154 (60.55% from 255 or 26.97% from 571); Green value is 196 (76.95% from 255 or 34.33% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #9AC4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9AC4DD is #653B22. Grayscale: #BABABA. Windows color (decimal): -6634275 or 14533786. OLE color: 14533786.

HSL color Cylindrical-coordinate representation of color #9AC4DD: hue angle of 202.39º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AC4DD is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB154196221-
CMYK0.300.1100.13
HSL202.39º49.63%73.53%-
HSV(B)202.39º30.32%86.67%-
XYZ46.1251.5775.93-
YUV186.29147.59104.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 26.97%
GREEN value IS 196 (76.95% from 255) = 34.33%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=26.97%
G=34.33%
B=38.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1541962210.300.1100.13202.3949.6373.53
Hex9AC4DD1EB0Dca324a
Octal232304335361301531262112
Binary10011010110001001101110111110101101101110010101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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