#9BB8CB

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

Shades of Heather #9BB8CB

Tints of Heather #9BB8CB

Color information

#9BB8CB (or 0x9BB8CB) is unknown color: approx Heather. HEX triplet: 9B, B8 and CB. RGB value is (155,184,203). Sum of RGB (Red+Green+Blue) = 155+184+203=542 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.60% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 203 - color contains mainly: blue. Hex color #9BB8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8CB is #644734. Grayscale: #B1B1B1. Windows color (decimal): -6571829 or 13351067. OLE color: 13351067.

HSL color Cylindrical-coordinate representation of color #9BB8CB: hue angle of 203.75º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9BB8CB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155184203-
CMYK0.240.0900.20
HSL203.75º31.58%70.2%-
HSV(B)203.75º23.65%79.61%-
XYZ41.4445.5663.11-
YUV177.5142.39111.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.60%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=28.60%
G=33.95%
B=37.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551842030.240.0900.20203.7531.5870.2
Hex9BB8CB189014cc2046
Octal233270313301102431440106
Binary100110111011100011001011110001001010100110011001000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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