#9DD6EE

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

Shades of Cornflower #9DD6EE

Tints of Cornflower #9DD6EE

Color information

#9DD6EE (or 0x9DD6EE) is unknown color: approx Cornflower. HEX triplet: 9D, D6 and EE. RGB value is (157,214,238). Sum of RGB (Red+Green+Blue) = 157+214+238=609 (80% of max value = 765). Red value is 157 (61.72% from 255 or 25.78% from 609); Green value is 214 (83.98% from 255 or 35.14% from 609); Blue value is 238 (93.36% from 255 or 39.08% from 609); Max value from RGB is 238 - color contains mainly: blue. Hex color #9DD6EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DD6EE is #622911. Grayscale: #C7C7C7. Windows color (decimal): -6433042 or 15652509. OLE color: 15652509.

HSL color Cylindrical-coordinate representation of color #9DD6EE: hue angle of 197.78º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DD6EE is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB157214238-
CMYK0.340.1000.07
HSL197.78º70.43%77.45%-
HSV(B)197.78º34.03%93.33%-
XYZ53.3861.4389.93-
YUV199.69149.6297.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 25.78%
GREEN value IS 214 (83.98% from 255) = 35.14%
BLUE value IS 238 (93.36% from 255) = 39.08%
R=25.78%
G=35.14%
B=39.08%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572142380.340.1000.07197.7870.4377.45
Hex9DD6EE22A07c6464d
Octal235326356421207306106115
Binary100111011101011011101110100010101001111100011010001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,214,238); }

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

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

 a { background-color: rgb(157,214,238); }

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

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

 span { border-color: rgb(157,214,238); }

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