Html Css Color HEX #9FEFDA Ice Cold

📋 copy color: '#9FEFDA'

red 159 ◦ green 239 ◦ blue 218

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

Shades of Ice Cold #9FEFDA

Tints of Ice Cold #9FEFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.8%

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

R = 25.81%
G = 38.8%
B = 35.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#9FEFDA (or 0x9FEFDA) is known color: Ice Cold. HEX triplet: 9F, EF and DA. RGB value is (159,239,218). Sum of RGB (Red+Green+Blue) = 159+239+218=616 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.81% from 616); Green value is 239 (93.75% from 255 or 38.80% from 616); Blue value is 218 (85.55% from 255 or 35.39% from 616); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FEFDA is #601025. Grayscale: #D4D4D4. Windows color (decimal): -6295590 or 14348191. OLE color: 14348191.

HSL color Cylindrical-coordinate representation of color #9FEFDA: hue angle of 164.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FEFDA is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 159 239 218 -
CMYK 0.33 0 0.09 0.06
HSL 164.25º 0.71% 0.78% -
HSV(B) 164.25º 0.33% 0.94% -
XYZ 57.82 74.17 77.6 -
YUV 212.69 131 89.71 -
System Red Green Blue C M Y K H S L
Decimal 159 239 218 0.33 0 0.09 0.06 164.25 0.71 0.78
Hex 9F EF DA 21 0 9 6 A4 47 4E
Octal 237 357 332 41 0 11 6 244 107 116
Binary 10011111 11101111 11011010 100001 0 1001 110 10100100 1000111 1001110

Color Harmonies of #9FEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FEFDA

Black with #9FEFDA

Text Example


Text Example

White with #9FEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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