Html Css Color HEX #9FEAD5 Ice Cold

📋 copy color: '#9FEAD5'

red 159 ◦ green 234 ◦ blue 213

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

Shades of Ice Cold #9FEAD5

Tints of Ice Cold #9FEAD5

RGB

 RED value IS 159 (62.5% from 255) = 26.24%

 GREEN value IS 234 (91.8% from 255) = 38.61%

 BLUE value IS 213 (83.59% from 255) = 35.15%

R = 26.24%
G = 38.61%
B = 35.15%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#9FEAD5 (or 0x9FEAD5) is known color: Ice Cold. HEX triplet: 9F, EA and D5. RGB value is (159,234,213). Sum of RGB (Red+Green+Blue) = 159+234+213=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #9FEAD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEAD5 is #60152A. Grayscale: #D1D1D1. Windows color (decimal): -6296875 or 14019231. OLE color: 14019231.

HSL color Cylindrical-coordinate representation of color #9FEAD5: hue angle of 163.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FEAD5 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 159 234 213 -
CMYK 0.32 0 0.09 0.08
HSL 163.2º 0.64% 0.77% -
HSV(B) 163.2º 0.32% 0.92% -
XYZ 55.73 71.02 73.72 -
YUV 209.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 159 234 213 0.32 0 0.09 0.08 163.2 0.64 0.77
Hex 9F EA D5 20 0 9 8 A3 40 4D
Octal 237 352 325 40 0 11 10 243 100 115
Binary 10011111 11101010 11010101 100000 0 1001 1000 10100011 1000000 1001101

Color Harmonies of #9FEAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEAD5

Black with #9FEAD5

Text Example


Text Example

White with #9FEAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,234,213); }

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

background-color css

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

 a { background-color: rgb(159,234,213); }

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

border-color css

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

 span { border-color: rgb(159,234,213); }

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