#9BBFDC

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

Shades of Cornflower #9BBFDC

Tints of Cornflower #9BBFDC

Color information

#9BBFDC (or 0x9BBFDC) is unknown color: approx Cornflower. HEX triplet: 9B, BF and DC. RGB value is (155,191,220). Sum of RGB (Red+Green+Blue) = 155+191+220=566 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.39% from 566); Green value is 191 (75% from 255 or 33.75% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BBFDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BBFDC is #644023. Grayscale: #B7B7B7. Windows color (decimal): -6570020 or 14466971. OLE color: 14466971.

HSL color Cylindrical-coordinate representation of color #9BBFDC: hue angle of 206.77º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BBFDC is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155191220-
CMYK0.300.1300.14
HSL206.77º48.15%73.53%-
HSV(B)206.77º29.55%86.27%-
XYZ45.0749.474.87-
YUV183.54148.57107.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.39%
GREEN value IS 191 (75% from 255) = 33.75%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=27.39%
G=33.75%
B=38.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551912200.300.1300.14206.7748.1573.53
Hex9BBFDC1ED0Ecf304a
Octal233277334361501631760112
Binary10011011101111111101110011110110101110110011111100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,191,220); }

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

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

 a { background-color: rgb(155,191,220); }

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

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

 span { border-color: rgb(155,191,220); }

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