Html Css Color HEX #9BB8CD Heather

📋 copy color: '#9BB8CD'

red 155 ◦ green 184 ◦ blue 205

#9BB8CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heather #9BB8CD

Tints of Heather #9BB8CD

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 value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9BB8CD (or 0x9BB8CD) is known color: 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

RGB 155 184 205 -
CMYK 0.24 0.10 0 0.20
HSL 205.2º 0.33% 0.71% -
HSV(B) 205.2º 0.24% 0.8% -
XYZ 41.68 45.66 64.37 -
YUV 177.72 143.39 111.79 -
System Red Green Blue C M Y K H S L
Decimal 155 184 205 0.24 0.10 0 0.20 205.2 0.33 0.71
Hex 9B B8 CD 18 A 0 14 CD 21 47
Octal 233 270 315 30 12 0 24 315 41 107
Binary 10011011 10111000 11001101 11000 1010 0 10100 11001101 100001 1000111

Color Harmonies of #9BB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB8CD

Black with #9BB8CD

Text Example


Text Example

White with #9BB8CD

Text Example


Text Example

HTML Codes & Css Web 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>