Html Css Color HEX #9DABB0 Gull Grey

📋 copy color: '#9DABB0'

red 157 ◦ green 171 ◦ blue 176

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

Shades of Gull Grey #9DABB0

Tints of Gull Grey #9DABB0

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.93%

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

R = 31.15%
G = 33.93%
B = 34.92%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DABB0 (or 0x9DABB0) is known color: Gull Grey. HEX triplet: 9D, AB and B0. RGB value is (157,171,176). Sum of RGB (Red+Green+Blue) = 157+171+176=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 176 - color contains mainly: blue. Hex color #9DABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DABB0 is #62544F. Grayscale: #A7A7A7. Windows color (decimal): -6444112 or 11578269. OLE color: 11578269.

HSL color Cylindrical-coordinate representation of color #9DABB0: hue angle of 195.79º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DABB0 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 171 176 -
CMYK 0.11 0.03 0 0.31
HSL 195.79º 0.11% 0.65% -
HSV(B) 195.79º 0.11% 0.69% -
XYZ 36.3 39.43 46.77 -
YUV 167.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 157 171 176 0.11 0.03 0 0.31 195.79 0.11 0.65
Hex 9D AB B0 B 3 0 1F C4 B 41
Octal 235 253 260 13 3 0 37 304 13 101
Binary 10011101 10101011 10110000 1011 11 0 11111 11000100 1011 1000001

Color Harmonies of #9DABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DABB0

Black with #9DABB0

Text Example


Text Example

White with #9DABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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