#9BCCEB

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

Shades of Cornflower #9BCCEB

Tints of Cornflower #9BCCEB

Color information

#9BCCEB (or 0x9BCCEB) is unknown color: approx Cornflower. HEX triplet: 9B, CC and EB. RGB value is (155,204,235). Sum of RGB (Red+Green+Blue) = 155+204+235=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 204 (80.08% from 255 or 34.34% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BCCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BCCEB is #643314. Grayscale: #C0C0C0. Windows color (decimal): -6566677 or 15453339. OLE color: 15453339.

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

Color convert

RGB155204235-
CMYK0.340.1300.08
HSL203.25º66.67%76.47%-
HSV(B)203.25º34.04%92.16%-
XYZ50.1156.1586.79-
YUV192.88151.77100.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 204 (80.08% from 255) = 34.34%
BLUE value IS 235 (92.19% from 255) = 39.56%
R=26.09%
G=34.34%
B=39.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1552042350.340.1300.08203.2566.6776.47
Hex9BCCEB22D08cb434c
Octal2333143534215010313103114
Binary1001101111001100111010111000101101010001100101110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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