#9BCEEE

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

Shades of Cornflower #9BCEEE

Tints of Cornflower #9BCEEE

Color information

#9BCEEE (or 0x9BCEEE) is unknown color: approx Cornflower. HEX triplet: 9B, CE and EE. RGB value is (155,206,238). Sum of RGB (Red+Green+Blue) = 155+206+238=599 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.88% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 238 (93.36% from 255 or 39.73% from 599); Max value from RGB is 238 - color contains mainly: blue. Hex color #9BCEEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCEEE is #643111. Grayscale: #C2C2C2. Windows color (decimal): -6566162 or 15650459. OLE color: 15650459.

HSL color Cylindrical-coordinate representation of color #9BCEEE: hue angle of 203.13º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BCEEE is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB155206238-
CMYK0.350.1300.07
HSL203.13º70.94%77.06%-
HSV(B)203.13º34.87%93.33%-
XYZ51.0257.2889.26-
YUV194.4152.699.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 25.88%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 238 (93.36% from 255) = 39.73%
R=25.88%
G=34.39%
B=39.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1552062380.350.1300.07203.1370.9477.06
Hex9BCEEE23D07cb474d
Octal233316356431507313107115
Binary100110111100111011101110100011110101111100101110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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