Html Css Color HEX #96EEDD Ice Cold

📋 copy color: '#96EEDD'

red 150 ◦ green 238 ◦ blue 221

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

Shades of Ice Cold #96EEDD

Tints of Ice Cold #96EEDD

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.08%

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

R = 24.63%
G = 39.08%
B = 36.29%

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

#96EEDD (or 0x96EEDD) is known color: Ice Cold. HEX triplet: 96, EE and DD. RGB value is (150,238,221). Sum of RGB (Red+Green+Blue) = 150+238+221=609 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.63% from 609); Green value is 238 (93.36% from 255 or 39.08% from 609); Blue value is 221 (86.72% from 255 or 36.29% from 609); Max value from RGB is 238 - color contains mainly: green. Hex color #96EEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EEDD is #691122. Grayscale: #D1D1D1. Windows color (decimal): -6885667 or 14544534. OLE color: 14544534.

HSL color Cylindrical-coordinate representation of color #96EEDD: hue angle of 168.41º degrees, saturation: 0.72, 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 #96EEDD is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 238 221 -
CMYK 0.37 0 0.07 0.07
HSL 168.41º 0.72% 0.76% -
HSV(B) 168.41º 0.37% 0.93% -
XYZ 56.2 72.85 79.51 -
YUV 209.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 150 238 221 0.37 0 0.07 0.07 168.41 0.72 0.76
Hex 96 EE DD 25 0 7 7 A8 48 4C
Octal 226 356 335 45 0 7 7 250 110 114
Binary 10010110 11101110 11011101 100101 0 111 111 10101000 1001000 1001100

Color Harmonies of #96EEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EEDD

Black with #96EEDD

Text Example


Text Example

White with #96EEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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