Html Css Color HEX #9DAFAA Conch

📋 copy color: '#9DAFAA'

red 157 ◦ green 175 ◦ blue 170

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

Shades of Conch #9DAFAA

Tints of Conch #9DAFAA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.86%

 BLUE value IS 170 (66.8% from 255) = 33.86%

R = 31.27%
G = 34.86%
B = 33.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#9DAFAA (or 0x9DAFAA) is known color: Conch. HEX triplet: 9D, AF and AA. RGB value is (157,175,170). Sum of RGB (Red+Green+Blue) = 157+175+170=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAFAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAFAA is #625055. Grayscale: #A9A9A9. Windows color (decimal): -6443094 or 11186077. OLE color: 11186077.

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

Color convert

RGB 157 175 170 -
CMYK 0.10 0 0.03 0.31
HSL 163.33º 0.1% 0.65% -
HSV(B) 163.33º 0.1% 0.69% -
XYZ 36.49 40.73 43.97 -
YUV 169.05 128.54 119.41 -
System Red Green Blue C M Y K H S L
Decimal 157 175 170 0.10 0 0.03 0.31 163.33 0.1 0.65
Hex 9D AF AA A 0 3 1F A3 A 41
Octal 235 257 252 12 0 3 37 243 12 101
Binary 10011101 10101111 10101010 1010 0 11 11111 10100011 1010 1000001

Color Harmonies of #9DAFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAFAA

Black with #9DAFAA

Text Example


Text Example

White with #9DAFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,175,170); }

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

background-color css

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

 a { background-color: rgb(157,175,170); }

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

border-color css

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

 span { border-color: rgb(157,175,170); }

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