Html Css Color HEX #96E8DB Ice Cold

📋 copy color: '#96E8DB'

red 150 ◦ green 232 ◦ blue 219

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

Shades of Ice Cold #96E8DB

Tints of Ice Cold #96E8DB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 38.6%

 BLUE value IS 219 (85.94% from 255) = 36.44%

R = 24.96%
G = 38.6%
B = 36.44%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#96E8DB (or 0x96E8DB) is known color: Ice Cold. HEX triplet: 96, E8 and DB. RGB value is (150,232,219). Sum of RGB (Red+Green+Blue) = 150+232+219=601 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.96% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 219 (85.94% from 255 or 36.44% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #96E8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96E8DB is #691724. Grayscale: #CDCDCD. Windows color (decimal): -6887205 or 14411926. OLE color: 14411926.

HSL color Cylindrical-coordinate representation of color #96E8DB: hue angle of 170.49º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E8DB is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 232 219 -
CMYK 0.35 0 0.06 0.09
HSL 170.49º 0.64% 0.75% -
HSV(B) 170.49º 0.35% 0.91% -
XYZ 54.22 69.31 77.54 -
YUV 206 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 150 232 219 0.35 0 0.06 0.09 170.49 0.64 0.75
Hex 96 E8 DB 23 0 6 9 AA 40 4B
Octal 226 350 333 43 0 6 11 252 100 113
Binary 10010110 11101000 11011011 100011 0 110 1001 10101010 1000000 1001011

Color Harmonies of #96E8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E8DB

Black with #96E8DB

Text Example


Text Example

White with #96E8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,232,219); }

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

background-color css

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

 a { background-color: rgb(150,232,219); }

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

border-color css

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

 span { border-color: rgb(150,232,219); }

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