#9BCBEB

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

Shades of Cornflower #9BCBEB

Tints of Cornflower #9BCBEB

Color information

#9BCBEB (or 0x9BCBEB) is unknown color: approx Cornflower. HEX triplet: 9B, CB and EB. RGB value is (155,203,235). Sum of RGB (Red+Green+Blue) = 155+203+235=593 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.14% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BCBEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCBEB is #643414. Grayscale: #C0C0C0. Windows color (decimal): -6566933 or 15453083. OLE color: 15453083.

HSL color Cylindrical-coordinate representation of color #9BCBEB: hue angle of 204º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BCBEB is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155203235-
CMYK0.340.1400.08
HSL204º66.67%76.47%-
HSV(B)204º34.04%92.16%-
XYZ49.8755.6886.72-
YUV192.3152.1101.4-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.14%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=26.14%
G=34.23%
B=39.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552032350.340.1400.0820466.6776.47
Hex9BCBEB22E08cc434c
Octal2333133534216010314103114
Binary1001101111001011111010111000101110010001100110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,235); }

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

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

 a { background-color: rgb(155,203,235); }

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

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

 span { border-color: rgb(155,203,235); }

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