#9BCFEC

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

Shades of Cornflower #9BCFEC

Tints of Cornflower #9BCFEC

Color information

#9BCFEC (or 0x9BCFEC) is unknown color: approx Cornflower. HEX triplet: 9B, CF and EC. RGB value is (155,207,236). Sum of RGB (Red+Green+Blue) = 155+207+236=598 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.92% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BCFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCFEC is #643013. Grayscale: #C2C2C2. Windows color (decimal): -6565908 or 15519643. OLE color: 15519643.

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

Color convert

RGB155207236-
CMYK0.340.1200.07
HSL201.48º68.07%76.67%-
HSV(B)201.48º34.32%92.55%-
XYZ50.9757.6587.8-
YUV194.76151.2799.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.92%
GREEN value IS 207 (81.25% from 255) = 34.62%
BLUE value IS 236 (92.58% from 255) = 39.46%
R=25.92%
G=34.62%
B=39.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552072360.340.1200.07201.4868.0776.67
Hex9BCFEC22C07c9444d
Octal233317354421407311104115
Binary100110111100111111101100100010110001111100100110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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