#9DCFE6

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

Shades of Cornflower #9DCFE6

Tints of Cornflower #9DCFE6

Color information

#9DCFE6 (or 0x9DCFE6) is unknown color: approx Cornflower. HEX triplet: 9D, CF and E6. RGB value is (157,207,230). Sum of RGB (Red+Green+Blue) = 157+207+230=594 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.43% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 230 (90.23% from 255 or 38.72% from 594); Max value from RGB is 230 - color contains mainly: blue. Hex color #9DCFE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DCFE6 is #623019. Grayscale: #C2C2C2. Windows color (decimal): -6434842 or 15126429. OLE color: 15126429.

HSL color Cylindrical-coordinate representation of color #9DCFE6: hue angle of 198.9º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DCFE6 is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB157207230-
CMYK0.320.1000.10
HSL198.9º59.35%75.88%-
HSV(B)198.9º31.74%90.2%-
XYZ50.557.5183.3-
YUV194.67147.94101.13-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 26.43%
GREEN value IS 207 (81.25% from 255) = 34.85%
BLUE value IS 230 (90.23% from 255) = 38.72%
R=26.43%
G=34.85%
B=38.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1572072300.320.1000.10198.959.3575.88
Hex9DCFE620A0Ac73b4c
Octal235317346401201230773114
Binary100111011100111111100110100000101001010110001111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,230); }

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

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

 a { background-color: rgb(157,207,230); }

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

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

 span { border-color: rgb(157,207,230); }

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