#9AD5EA

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

Shades of Cornflower #9AD5EA

Tints of Cornflower #9AD5EA

Color information

#9AD5EA (or 0x9AD5EA) is unknown color: approx Cornflower. HEX triplet: 9A, D5 and EA. RGB value is (154,213,234). Sum of RGB (Red+Green+Blue) = 154+213+234=601 (79% of max value = 765). Red value is 154 (60.55% from 255 or 25.62% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #9AD5EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9AD5EA is #652A15. Grayscale: #C5C5C5. Windows color (decimal): -6629910 or 15390106. OLE color: 15390106.

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

Color convert

RGB154213234-
CMYK0.340.0900.08
HSL195.75º65.57%76.08%-
HSV(B)195.75º34.19%91.76%-
XYZ51.9760.486.76-
YUV197.75148.4596.79-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 25.62%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=25.62%
G=35.44%
B=38.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1542132340.340.0900.08195.7565.5776.08
Hex9AD5EA22908c4424c
Octal2323253524211010304102114
Binary1001101011010101111010101000101001010001100010010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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