Html Css Color HEX #9DBFC9 Heather

📋 copy color: '#9DBFC9'

red 157 ◦ green 191 ◦ blue 201

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

Shades of Heather #9DBFC9

Tints of Heather #9DBFC9

RGB

 RED value IS 157 (61.72% from 255) = 28.6%

 GREEN value IS 191 (75% from 255) = 34.79%

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 28.6%
G = 34.79%
B = 36.61%

CMYK

 C value IS 0.22

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9DBFC9 (or 0x9DBFC9) is known color: Heather. HEX triplet: 9D, BF and C9. RGB value is (157,191,201). Sum of RGB (Red+Green+Blue) = 157+191+201=549 (72% of max value = 765). Red value is 157 (61.72% from 255 or 28.60% from 549); Green value is 191 (75% from 255 or 34.79% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 201 - color contains mainly: blue. Hex color #9DBFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9DBFC9 is #624036. Grayscale: #B5B5B5. Windows color (decimal): -6438967 or 13221789. OLE color: 13221789.

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

Color convert

RGB 157 191 201 -
CMYK 0.22 0.05 0 0.21
HSL 193.64º 0.29% 0.7% -
HSV(B) 193.64º 0.22% 0.79% -
XYZ 43.08 48.65 62.38 -
YUV 181.97 138.74 110.19 -
System Red Green Blue C M Y K H S L
Decimal 157 191 201 0.22 0.05 0 0.21 193.64 0.29 0.7
Hex 9D BF C9 16 5 0 15 C2 1D 46
Octal 235 277 311 26 5 0 25 302 35 106
Binary 10011101 10111111 11001001 10110 101 0 10101 11000010 11101 1000110

Color Harmonies of #9DBFC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBFC9

Black with #9DBFC9

Text Example


Text Example

White with #9DBFC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,191,201); }

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

background-color css

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

 a { background-color: rgb(157,191,201); }

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

border-color css

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

 span { border-color: rgb(157,191,201); }

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