#9BB8CD

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

Shades of Heather #9BB8CD

Tints of Heather #9BB8CD

Color information

#9BB8CD (or 0x9BB8CD) is unknown color: approx Heather. HEX triplet: 9B, B8 and CD. RGB value is (155,184,205). Sum of RGB (Red+Green+Blue) = 155+184+205=544 (72% of max value = 765). Red value is 155 (60.94% from 255 or 28.49% from 544); Green value is 184 (72.27% from 255 or 33.82% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #9BB8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB8CD is #644732. Grayscale: #B1B1B1. Windows color (decimal): -6571827 or 13482139. OLE color: 13482139.

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

Color convert

RGB155184205-
CMYK0.240.1000.20
HSL205.2º33.33%70.59%-
HSV(B)205.2º24.39%80.39%-
XYZ41.6845.6664.37-
YUV177.72143.39111.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.49%
GREEN value IS 184 (72.27% from 255) = 33.82%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=28.49%
G=33.82%
B=37.68%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551842050.240.1000.20205.233.3370.59
Hex9BB8CD18A014cd2147
Octal233270315301202431541107
Binary100110111011100011001101110001010010100110011011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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