Html Css Color HEX #9FE4DA Ice Cold

📋 copy color: '#9FE4DA'

red 159 ◦ green 228 ◦ blue 218

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

Shades of Ice Cold #9FE4DA

Tints of Ice Cold #9FE4DA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.69%

 BLUE value IS 218 (85.55% from 255) = 36.03%

R = 26.28%
G = 37.69%
B = 36.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#9FE4DA (or 0x9FE4DA) is known color: Ice Cold. HEX triplet: 9F, E4 and DA. RGB value is (159,228,218). Sum of RGB (Red+Green+Blue) = 159+228+218=605 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.28% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 218 (85.55% from 255 or 36.03% from 605); Max value from RGB is 228 - color contains mainly: green. Hex color #9FE4DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE4DA is #601B25. Grayscale: #CECECE. Windows color (decimal): -6298406 or 14345375. OLE color: 14345375.

HSL color Cylindrical-coordinate representation of color #9FE4DA: hue angle of 171.3º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FE4DA is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 228 218 -
CMYK 0.30 0 0.04 0.11
HSL 171.3º 0.56% 0.76% -
HSV(B) 171.3º 0.3% 0.89% -
XYZ 54.7 67.92 76.56 -
YUV 206.23 134.64 94.31 -
System Red Green Blue C M Y K H S L
Decimal 159 228 218 0.30 0 0.04 0.11 171.3 0.56 0.76
Hex 9F E4 DA 1E 0 4 B AB 38 4C
Octal 237 344 332 36 0 4 13 253 70 114
Binary 10011111 11100100 11011010 11110 0 100 1011 10101011 111000 1001100

Color Harmonies of #9FE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE4DA

Black with #9FE4DA

Text Example


Text Example

White with #9FE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,228,218); }

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

background-color css

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

 a { background-color: rgb(159,228,218); }

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

border-color css

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

 span { border-color: rgb(159,228,218); }

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