Html Css Color HEX #9BB7CA Heather

📋 copy color: '#9BB7CA'

red 155 ◦ green 183 ◦ blue 202

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

Shades of Heather #9BB7CA

Tints of Heather #9BB7CA

RGB

 RED value IS 155 (60.94% from 255) = 28.7%

 GREEN value IS 183 (71.88% from 255) = 33.89%

 BLUE value IS 202 (79.3% from 255) = 37.41%

R = 28.7%
G = 33.89%
B = 37.41%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9BB7CA (or 0x9BB7CA) is known color: Heather. HEX triplet: 9B, B7 and CA. RGB value is (155,183,202). Sum of RGB (Red+Green+Blue) = 155+183+202=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 202 - color contains mainly: blue. Hex color #9BB7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB7CA is #644835. Grayscale: #B0B0B0. Windows color (decimal): -6572086 or 13285275. OLE color: 13285275.

HSL color Cylindrical-coordinate representation of color #9BB7CA: hue angle of 204.26º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BB7CA is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 183 202 -
CMYK 0.23 0.09 0 0.21
HSL 204.26º 0.31% 0.7% -
HSV(B) 204.26º 0.23% 0.79% -
XYZ 41.11 45.1 62.42 -
YUV 176.79 142.22 112.46 -
System Red Green Blue C M Y K H S L
Decimal 155 183 202 0.23 0.09 0 0.21 204.26 0.31 0.7
Hex 9B B7 CA 17 9 0 15 CC 1F 46
Octal 233 267 312 27 11 0 25 314 37 106
Binary 10011011 10110111 11001010 10111 1001 0 10101 11001100 11111 1000110

Color Harmonies of #9BB7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB7CA

Black with #9BB7CA

Text Example


Text Example

White with #9BB7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,183,202); }

 H1.HeaderClassName
 {
   color: #9BB7CA;
 }
 .AnyTagClassName
 {
   color: #9BB7CA;
 }
</style>

background-color css

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

 a { background-color: rgb(155,183,202); }

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

border-color css

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

 span { border-color: rgb(155,183,202); }

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