#9BCEEC

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

Shades of Cornflower #9BCEEC

Tints of Cornflower #9BCEEC

Color information

#9BCEEC (or 0x9BCEEC) is unknown color: approx Cornflower. HEX triplet: 9B, CE and EC. RGB value is (155,206,236). Sum of RGB (Red+Green+Blue) = 155+206+236=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 206 (80.86% from 255 or 34.51% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCEEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEC is #643113. Grayscale: #C2C2C2. Windows color (decimal): -6566164 or 15519387. OLE color: 15519387.

HSL color Cylindrical-coordinate representation of color #9BCEEC: hue angle of 202.22º degrees, saturation: 0.68, 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 #9BCEEC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155206236-
CMYK0.340.1300.07
HSL202.22º68.07%76.67%-
HSV(B)202.22º34.32%92.55%-
XYZ50.7357.1787.72-
YUV194.17151.6100.06-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.96%
GREEN value IS 206 (80.86% from 255) = 34.51%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=25.96%
G=34.51%
B=39.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552062360.340.1300.07202.2268.0776.67
Hex9BCEEC22D07ca444d
Octal233316354421507312104115
Binary100110111100111011101100100010110101111100101010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,206,236); }

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

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

 a { background-color: rgb(155,206,236); }

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

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

 span { border-color: rgb(155,206,236); }

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