Html Css Color HEX #96EFDE Ice Cold

📋 copy color: '#96EFDE'

red 150 ◦ green 239 ◦ blue 222

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

Shades of Ice Cold #96EFDE

Tints of Ice Cold #96EFDE

RGB

 RED value IS 150 (58.98% from 255) = 24.55%

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

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

R = 24.55%
G = 39.12%
B = 36.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#96EFDE (or 0x96EFDE) is known color: Ice Cold. HEX triplet: 96, EF and DE. RGB value is (150,239,222). Sum of RGB (Red+Green+Blue) = 150+239+222=611 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.55% from 611); Green value is 239 (93.75% from 255 or 39.12% from 611); Blue value is 222 (87.11% from 255 or 36.33% from 611); Max value from RGB is 239 - color contains mainly: green. Hex color #96EFDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EFDE is #691021. Grayscale: #D2D2D2. Windows color (decimal): -6885410 or 14610326. OLE color: 14610326.

HSL color Cylindrical-coordinate representation of color #96EFDE: hue angle of 168.54º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EFDE is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 239 222 -
CMYK 0.37 0 0.07 0.06
HSL 168.54º 0.74% 0.76% -
HSV(B) 168.54º 0.37% 0.94% -
XYZ 56.63 73.49 80.31 -
YUV 210.45 134.51 84.88 -
System Red Green Blue C M Y K H S L
Decimal 150 239 222 0.37 0 0.07 0.06 168.54 0.74 0.76
Hex 96 EF DE 25 0 7 6 A9 4A 4C
Octal 226 357 336 45 0 7 6 251 112 114
Binary 10010110 11101111 11011110 100101 0 111 110 10101001 1001010 1001100

Color Harmonies of #96EFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EFDE

Black with #96EFDE

Text Example


Text Example

White with #96EFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96EFDE; }

 p { color: rgb(150,239,222); }

 H1.HeaderClassName
 {
   color: #96EFDE;
 }
 .AnyTagClassName
 {
   color: #96EFDE;
 }
</style>

background-color css

<style>
 a { background-color: #96EFDE; }

 a { background-color: rgb(150,239,222); }

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

border-color css

<style>
 span { border-color: #96EFDE; }

 span { border-color: rgb(150,239,222); }

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