#9CCFE9

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

Shades of Cornflower #9CCFE9

Tints of Cornflower #9CCFE9

Color information

#9CCFE9 (or 0x9CCFE9) is unknown color: approx Cornflower. HEX triplet: 9C, CF and E9. RGB value is (156,207,233). Sum of RGB (Red+Green+Blue) = 156+207+233=596 (78% of max value = 765). Red value is 156 (61.33% from 255 or 26.17% from 596); Green value is 207 (81.25% from 255 or 34.73% from 596); Blue value is 233 (91.41% from 255 or 39.09% from 596); Max value from RGB is 233 - color contains mainly: blue. Hex color #9CCFE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CCFE9 is #633016. Grayscale: #C2C2C2. Windows color (decimal): -6500375 or 15323036. OLE color: 15323036.

HSL color Cylindrical-coordinate representation of color #9CCFE9: hue angle of 200.26º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9CCFE9 is Cyan = 0.33, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB156207233-
CMYK0.330.1100.09
HSL200.26º63.64%76.27%-
HSV(B)200.26º33.05%91.37%-
XYZ50.7357.5885.53-
YUV194.72149.6100.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 26.17%
GREEN value IS 207 (81.25% from 255) = 34.73%
BLUE value IS 233 (91.41% from 255) = 39.09%
R=26.17%
G=34.73%
B=39.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1562072330.330.1100.09200.2663.6476.27
Hex9CCFE921B09c8404c
Octal2343173514113011310100114
Binary1001110011001111111010011000011011010011100100010000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CCFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,207,233); }

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

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

 a { background-color: rgb(156,207,233); }

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

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

 span { border-color: rgb(156,207,233); }

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