#9AD1EA

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

Shades of Cornflower #9AD1EA

Tints of Cornflower #9AD1EA

Color information

#9AD1EA (or 0x9AD1EA) is unknown color: approx Cornflower. HEX triplet: 9A, D1 and EA. RGB value is (154,209,234). Sum of RGB (Red+Green+Blue) = 154+209+234=597 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.80% from 597); Green value is 209 (82.03% from 255 or 35.01% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AD1EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD1EA is #652E15. Grayscale: #C3C3C3. Windows color (decimal): -6630934 or 15389082. OLE color: 15389082.

HSL color Cylindrical-coordinate representation of color #9AD1EA: hue angle of 198.75º 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 #9AD1EA is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB154209234-
CMYK0.340.1100.08
HSL198.75º65.57%76.08%-
HSV(B)198.75º34.19%91.76%-
XYZ50.9858.4186.43-
YUV195.4149.7898.47-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.80%
GREEN value IS 209 (82.03% from 255) = 35.01%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=25.80%
G=35.01%
B=39.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542092340.340.1100.08198.7565.5776.08
Hex9AD1EA22B08c7424c
Octal2323213524213010307102114
Binary1001101011010001111010101000101011010001100011110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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