Html Css Color HEX #9CADB3 Gull Grey

📋 copy color: '#9CADB3'

red 156 ◦ green 173 ◦ blue 179

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

Shades of Gull Grey #9CADB3

Tints of Gull Grey #9CADB3

RGB

 RED value IS 156 (61.33% from 255) = 30.71%

 GREEN value IS 173 (67.97% from 255) = 34.06%

 BLUE value IS 179 (70.31% from 255) = 35.24%

R = 30.71%
G = 34.06%
B = 35.24%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#9CADB3 (or 0x9CADB3) is known color: Gull Grey. HEX triplet: 9C, AD and B3. RGB value is (156,173,179). Sum of RGB (Red+Green+Blue) = 156+173+179=508 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.71% from 508); Green value is 173 (67.97% from 255 or 34.06% from 508); Blue value is 179 (70.31% from 255 or 35.24% from 508); Max value from RGB is 179 - color contains mainly: blue. Hex color #9CADB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9CADB3 is #63524C. Grayscale: #A8A8A8. Windows color (decimal): -6509133 or 11775388. OLE color: 11775388.

HSL color Cylindrical-coordinate representation of color #9CADB3: hue angle of 195.65º degrees, saturation: 0.13, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9CADB3 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 173 179 -
CMYK 0.13 0.03 0 0.30
HSL 195.65º 0.13% 0.66% -
HSV(B) 195.65º 0.13% 0.7% -
XYZ 36.79 40.21 48.47 -
YUV 168.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 156 173 179 0.13 0.03 0 0.30 195.65 0.13 0.66
Hex 9C AD B3 D 3 0 1E C4 D 42
Octal 234 255 263 15 3 0 36 304 15 102
Binary 10011100 10101101 10110011 1101 11 0 11110 11000100 1101 1000010

Color Harmonies of #9CADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CADB3

Black with #9CADB3

Text Example


Text Example

White with #9CADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,173,179); }

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

background-color css

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

 a { background-color: rgb(156,173,179); }

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

border-color css

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

 span { border-color: rgb(156,173,179); }

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