Html Css Color HEX #96EDDD Ice Cold

📋 copy color: '#96EDDD'

red 150 ◦ green 237 ◦ blue 221

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

Shades of Ice Cold #96EDDD

Tints of Ice Cold #96EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.98%

 BLUE value IS 221 (86.72% from 255) = 36.35%

R = 24.67%
G = 38.98%
B = 36.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#96EDDD (or 0x96EDDD) is known color: Ice Cold. HEX triplet: 96, ED and DD. RGB value is (150,237,221). Sum of RGB (Red+Green+Blue) = 150+237+221=608 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.67% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDDD is #691222. Grayscale: #D1D1D1. Windows color (decimal): -6885923 or 14544278. OLE color: 14544278.

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

Color convert

RGB 150 237 221 -
CMYK 0.37 0 0.07 0.07
HSL 168.97º 0.71% 0.76% -
HSV(B) 168.97º 0.37% 0.93% -
XYZ 55.91 72.27 79.41 -
YUV 209.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 150 237 221 0.37 0 0.07 0.07 168.97 0.71 0.76
Hex 96 ED DD 25 0 7 7 A9 47 4C
Octal 226 355 335 45 0 7 7 251 107 114
Binary 10010110 11101101 11011101 100101 0 111 111 10101001 1000111 1001100

Color Harmonies of #96EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDDD

Black with #96EDDD

Text Example


Text Example

White with #96EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,237,221); }

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

background-color css

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

 a { background-color: rgb(150,237,221); }

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

border-color css

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

 span { border-color: rgb(150,237,221); }

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