#9bceef

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

Shades of Cornflower #9BCEEF

Tints of Cornflower #9BCEEF

Color information

#9BCEEF (or 0x9BCEEF) is unknown color: approx Cornflower. HEX triplet: 9B, CE and EF. RGB value is (155,206,239). Sum of RGB (Red+Green+Blue) = 155+206+239=600 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.83% from 600); Green value is 206 (80.86% from 255 or 34.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BCEEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEF is #643110. Grayscale: #C2C2C2. Windows color (decimal): -6566161 or 15715995. OLE color: 15715995.

HSL color Cylindrical-coordinate representation of color #9BCEEF: hue angle of 203.57º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCEEF is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155206239-
CMYK0.350.1400.06
HSL203.57º72.41%77.25%-
HSV(B)203.57º35.15%93.73%-
XYZ51.1757.3490.03-
YUV194.51153.199.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.83%
GREEN value IS 206 (80.86% from 255) = 34.33%
BLUE value IS 239 (93.75% from 255) = 39.83%
R=25.83%
G=34.33%
B=39.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1552062390.350.1400.06203.5772.4177.25
Hex9BCEEF23E06cc484d
Octal233316357431606314110115
Binary100110111100111011101111100011111001101100110010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bceef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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