#9DD3EA

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

Shades of Cornflower #9DD3EA

Tints of Cornflower #9DD3EA

Color information

#9DD3EA (or 0x9DD3EA) is unknown color: approx Cornflower. HEX triplet: 9D, D3 and EA. RGB value is (157,211,234). Sum of RGB (Red+Green+Blue) = 157+211+234=602 (79% of max value = 765). Red value is 157 (61.72% from 255 or 26.08% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #9DD3EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD3EA is #622C15. Grayscale: #C5C5C5. Windows color (decimal): -6433814 or 15389597. OLE color: 15389597.

HSL color Cylindrical-coordinate representation of color #9DD3EA: hue angle of 197.92º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9DD3EA is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB157211234-
CMYK0.330.1000.08
HSL197.92º64.71%76.67%-
HSV(B)197.92º32.91%91.76%-
XYZ52.0559.786.62-
YUV197.48148.6199.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.08%
GREEN value IS 211 (82.81% from 255) = 35.05%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=26.08%
G=35.05%
B=38.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572112340.330.1000.08197.9264.7176.67
Hex9DD3EA21A08c6414d
Octal2353233524112010306101115
Binary1001110111010011111010101000011010010001100011010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,211,234); }

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

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

 a { background-color: rgb(157,211,234); }

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

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

 span { border-color: rgb(157,211,234); }

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