Html Css Color HEX #96EADB Ice Cold

📋 copy color: '#96EADB'

red 150 ◦ green 234 ◦ blue 219

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

Shades of Ice Cold #96EADB

Tints of Ice Cold #96EADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.81%

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

R = 24.88%
G = 38.81%
B = 36.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#96EADB (or 0x96EADB) is known color: Ice Cold. HEX triplet: 96, EA and DB. RGB value is (150,234,219). Sum of RGB (Red+Green+Blue) = 150+234+219=603 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.88% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 219 (85.94% from 255 or 36.32% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #96EADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EADB is #691524. Grayscale: #CFCFCF. Windows color (decimal): -6886693 or 14412438. OLE color: 14412438.

HSL color Cylindrical-coordinate representation of color #96EADB: hue angle of 169.29º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EADB is Cyan = 0.36, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 234 219 -
CMYK 0.36 0 0.06 0.08
HSL 169.29º 0.67% 0.75% -
HSV(B) 169.29º 0.36% 0.92% -
XYZ 54.79 70.44 77.73 -
YUV 207.17 134.67 87.22 -
System Red Green Blue C M Y K H S L
Decimal 150 234 219 0.36 0 0.06 0.08 169.29 0.67 0.75
Hex 96 EA DB 24 0 6 8 A9 43 4B
Octal 226 352 333 44 0 6 10 251 103 113
Binary 10010110 11101010 11011011 100100 0 110 1000 10101001 1000011 1001011

Color Harmonies of #96EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EADB

Black with #96EADB

Text Example


Text Example

White with #96EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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