Html Css Color HEX #96EDDB Ice Cold

📋 copy color: '#96EDDB'

red 150 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #96EDDB

Tints of Ice Cold #96EDDB

RGB

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

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

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

R = 24.75%
G = 39.11%
B = 36.14%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#96EDDB (or 0x96EDDB) is known color: Ice Cold. HEX triplet: 96, ED and DB. RGB value is (150,237,219). Sum of RGB (Red+Green+Blue) = 150+237+219=606 (80% of max value = 765). Red value is 150 (58.98% from 255 or 24.75% from 606); Green value is 237 (92.97% from 255 or 39.11% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 237 - color contains mainly: green. Hex color #96EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EDDB is #691224. Grayscale: #D0D0D0. Windows color (decimal): -6885925 or 14413206. OLE color: 14413206.

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

Color convert

RGB 150 237 219 -
CMYK 0.37 0 0.08 0.07
HSL 167.59º 0.71% 0.76% -
HSV(B) 167.59º 0.37% 0.93% -
XYZ 55.65 72.17 78.01 -
YUV 208.94 133.68 85.96 -
System Red Green Blue C M Y K H S L
Decimal 150 237 219 0.37 0 0.08 0.07 167.59 0.71 0.76
Hex 96 ED DB 25 0 8 7 A8 47 4C
Octal 226 355 333 45 0 10 7 250 107 114
Binary 10010110 11101101 11011011 100101 0 1000 111 10101000 1000111 1001100

Color Harmonies of #96EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EDDB

Black with #96EDDB

Text Example


Text Example

White with #96EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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