Html Css Color HEX #9DBBB0 Skeptic

📋 copy color: '#9DBBB0'

red 157 ◦ green 187 ◦ blue 176

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

Shades of Skeptic #9DBBB0

Tints of Skeptic #9DBBB0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

 BLUE value IS 176 (69.14% from 255) = 33.85%

R = 30.19%
G = 35.96%
B = 33.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#9DBBB0 (or 0x9DBBB0) is known color: Skeptic. HEX triplet: 9D, BB and B0. RGB value is (157,187,176). Sum of RGB (Red+Green+Blue) = 157+187+176=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBBB0 is #62444F. Grayscale: #B0B0B0. Windows color (decimal): -6440016 or 11582365. OLE color: 11582365.

HSL color Cylindrical-coordinate representation of color #9DBBB0: hue angle of 158º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9DBBB0 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 176 -
CMYK 0.16 0 0.06 0.27
HSL 158º 0.18% 0.67% -
HSV(B) 158º 0.16% 0.73% -
XYZ 39.51 45.84 47.84 -
YUV 176.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 157 187 176 0.16 0 0.06 0.27 158 0.18 0.67
Hex 9D BB B0 10 0 6 1B 9E 12 43
Octal 235 273 260 20 0 6 33 236 22 103
Binary 10011101 10111011 10110000 10000 0 110 11011 10011110 10010 1000011

Color Harmonies of #9DBBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBBB0

Black with #9DBBB0

Text Example


Text Example

White with #9DBBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,187,176); }

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

background-color css

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

 a { background-color: rgb(157,187,176); }

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

border-color css

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

 span { border-color: rgb(157,187,176); }

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