Html Css Color HEX #9EDEAF Chinook

📋 copy color: '#9EDEAF'

red 158 ◦ green 222 ◦ blue 175

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

Shades of Chinook #9EDEAF

Tints of Chinook #9EDEAF

RGB

 RED value IS 158 (62.11% from 255) = 28.47%

 GREEN value IS 222 (87.11% from 255) = 40%

 BLUE value IS 175 (68.75% from 255) = 31.53%

R = 28.47%
G = 40%
B = 31.53%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#9EDEAF (or 0x9EDEAF) is known color: Chinook. HEX triplet: 9E, DE and AF. RGB value is (158,222,175). Sum of RGB (Red+Green+Blue) = 158+222+175=555 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.47% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EDEAF is #612150. Grayscale: #C5C5C5. Windows color (decimal): -6365521 or 11525790. OLE color: 11525790.

HSL color Cylindrical-coordinate representation of color #9EDEAF: hue angle of 135.94º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9EDEAF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 175 -
CMYK 0.29 0 0.21 0.13
HSL 135.94º 0.49% 0.75% -
HSV(B) 135.94º 0.29% 0.87% -
XYZ 47.96 62.61 50.11 -
YUV 197.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 158 222 175 0.29 0 0.21 0.13 135.94 0.49 0.75
Hex 9E DE AF 1D 0 15 D 88 31 4B
Octal 236 336 257 35 0 25 15 210 61 113
Binary 10011110 11011110 10101111 11101 0 10101 1101 10001000 110001 1001011

Color Harmonies of #9EDEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDEAF

Black with #9EDEAF

Text Example


Text Example

White with #9EDEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,222,175); }

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

background-color css

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

 a { background-color: rgb(158,222,175); }

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

border-color css

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

 span { border-color: rgb(158,222,175); }

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