Html Css Color HEX #96EBD6 Ice Cold

📋 copy color: '#96EBD6'

red 150 ◦ green 235 ◦ blue 214

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

Shades of Ice Cold #96EBD6

Tints of Ice Cold #96EBD6

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.23%

 BLUE value IS 214 (83.98% from 255) = 35.73%

R = 25.04%
G = 39.23%
B = 35.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#96EBD6 (or 0x96EBD6) is known color: Ice Cold. HEX triplet: 96, EB and D6. RGB value is (150,235,214). Sum of RGB (Red+Green+Blue) = 150+235+214=599 (79% of max value = 765). Red value is 150 (58.98% from 255 or 25.04% from 599); Green value is 235 (92.19% from 255 or 39.23% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96EBD6 is #691429. Grayscale: #CFCFCF. Windows color (decimal): -6886442 or 14085014. OLE color: 14085014.

HSL color Cylindrical-coordinate representation of color #96EBD6: hue angle of 165.18º degrees, saturation: 0.68, 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 #96EBD6 is Cyan = 0.36, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 214 -
CMYK 0.36 0 0.09 0.08
HSL 165.18º 0.68% 0.75% -
HSV(B) 165.18º 0.36% 0.92% -
XYZ 54.42 70.76 74.41 -
YUV 207.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 150 235 214 0.36 0 0.09 0.08 165.18 0.68 0.75
Hex 96 EB D6 24 0 9 8 A5 44 4B
Octal 226 353 326 44 0 11 10 245 104 113
Binary 10010110 11101011 11010110 100100 0 1001 1000 10100101 1000100 1001011

Color Harmonies of #96EBD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EBD6

Black with #96EBD6

Text Example


Text Example

White with #96EBD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,235,214); }

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

background-color css

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

 a { background-color: rgb(150,235,214); }

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

border-color css

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

 span { border-color: rgb(150,235,214); }

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