Html Css Color HEX #9FE5DA Ice Cold

📋 copy color: '#9FE5DA'

red 159 ◦ green 229 ◦ blue 218

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

Shades of Ice Cold #9FE5DA

Tints of Ice Cold #9FE5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.79%

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

R = 26.24%
G = 37.79%
B = 35.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#9FE5DA (or 0x9FE5DA) is known color: Ice Cold. HEX triplet: 9F, E5 and DA. RGB value is (159,229,218). Sum of RGB (Red+Green+Blue) = 159+229+218=606 (80% of max value = 765). Red value is 159 (62.5% from 255 or 26.24% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9FE5DA is #601A25. Grayscale: #CECECE. Windows color (decimal): -6298150 or 14345631. OLE color: 14345631.

HSL color Cylindrical-coordinate representation of color #9FE5DA: hue angle of 170.57º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FE5DA is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 159 229 218 -
CMYK 0.31 0 0.05 0.10
HSL 170.57º 0.57% 0.76% -
HSV(B) 170.57º 0.31% 0.9% -
XYZ 54.97 68.47 76.65 -
YUV 206.82 134.31 93.89 -
System Red Green Blue C M Y K H S L
Decimal 159 229 218 0.31 0 0.05 0.10 170.57 0.57 0.76
Hex 9F E5 DA 1F 0 5 A AB 39 4C
Octal 237 345 332 37 0 5 12 253 71 114
Binary 10011111 11100101 11011010 11111 0 101 1010 10101011 111001 1001100

Color Harmonies of #9FE5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE5DA

Black with #9FE5DA

Text Example


Text Example

White with #9FE5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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