#9BC9EB

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

Shades of Cornflower #9BC9EB

Tints of Cornflower #9BC9EB

Color information

#9BC9EB (or 0x9BC9EB) is unknown color: approx Cornflower. HEX triplet: 9B, C9 and EB. RGB value is (155,201,235). Sum of RGB (Red+Green+Blue) = 155+201+235=591 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.23% from 591); Green value is 201 (78.91% from 255 or 34.01% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #9BC9EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BC9EB is #643614. Grayscale: #BEBEBE. Windows color (decimal): -6567445 or 15452571. OLE color: 15452571.

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

Color convert

RGB155201235-
CMYK0.340.1400.08
HSL205.5º66.67%76.47%-
HSV(B)205.5º34.04%92.16%-
XYZ49.454.7486.56-
YUV191.12152.76102.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.23%
GREEN value IS 201 (78.91% from 255) = 34.01%
BLUE value IS 235 (92.19% from 255) = 39.76%
R=26.23%
G=34.01%
B=39.76%

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
Decimal1552012350.340.1400.08205.566.6776.47
Hex9BC9EB22E08ce434c
Octal2333113534216010316103114
Binary1001101111001001111010111000101110010001100111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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