Html Css Color HEX #9FF2DE Ice Cold

📋 copy color: '#9FF2DE'

red 159 ◦ green 242 ◦ blue 222

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

Shades of Ice Cold #9FF2DE

Tints of Ice Cold #9FF2DE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 38.84%

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 25.52%
G = 38.84%
B = 35.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#9FF2DE (or 0x9FF2DE) is known color: Ice Cold. HEX triplet: 9F, F2 and DE. RGB value is (159,242,222). Sum of RGB (Red+Green+Blue) = 159+242+222=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2DE is #600D21. Grayscale: #D6D6D6. Windows color (decimal): -6294818 or 14611103. OLE color: 14611103.

HSL color Cylindrical-coordinate representation of color #9FF2DE: hue angle of 165.54º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FF2DE is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 159 242 222 -
CMYK 0.34 0 0.08 0.05
HSL 165.54º 0.76% 0.79% -
HSV(B) 165.54º 0.34% 0.95% -
XYZ 59.24 76.15 80.68 -
YUV 214.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 159 242 222 0.34 0 0.08 0.05 165.54 0.76 0.79
Hex 9F F2 DE 22 0 8 5 A6 4C 4F
Octal 237 362 336 42 0 10 5 246 114 117
Binary 10011111 11110010 11011110 100010 0 1000 101 10100110 1001100 1001111

Color Harmonies of #9FF2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2DE

Black with #9FF2DE

Text Example


Text Example

White with #9FF2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,222); }

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

background-color css

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

 a { background-color: rgb(159,242,222); }

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

border-color css

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

 span { border-color: rgb(159,242,222); }

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