Html Css Color HEX #96ECD8 Ice Cold

📋 copy color: '#96ECD8'

red 150 ◦ green 236 ◦ blue 216

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

Shades of Ice Cold #96ECD8

Tints of Ice Cold #96ECD8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.2%

 BLUE value IS 216 (84.77% from 255) = 35.88%

R = 24.92%
G = 39.2%
B = 35.88%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#96ECD8 (or 0x96ECD8) is known color: Ice Cold. HEX triplet: 96, EC and D8. RGB value is (150,236,216). Sum of RGB (Red+Green+Blue) = 150+236+216=602 (79% of max value = 765). Red value is 150 (58.98% from 255 or 24.92% from 602); Green value is 236 (92.58% from 255 or 39.20% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 236 - color contains mainly: green. Hex color #96ECD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96ECD8 is #691327. Grayscale: #CFCFCF. Windows color (decimal): -6886184 or 14216342. OLE color: 14216342.

HSL color Cylindrical-coordinate representation of color #96ECD8: hue angle of 166.05º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96ECD8 is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 150 236 216 -
CMYK 0.36 0 0.08 0.07
HSL 166.05º 0.69% 0.76% -
HSV(B) 166.05º 0.36% 0.93% -
XYZ 54.97 71.43 75.86 -
YUV 208.01 132.51 86.63 -
System Red Green Blue C M Y K H S L
Decimal 150 236 216 0.36 0 0.08 0.07 166.05 0.69 0.76
Hex 96 EC D8 24 0 8 7 A6 45 4C
Octal 226 354 330 44 0 10 7 246 105 114
Binary 10010110 11101100 11011000 100100 0 1000 111 10100110 1000101 1001100

Color Harmonies of #96ECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96ECD8

Black with #96ECD8

Text Example


Text Example

White with #96ECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,236,216); }

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

background-color css

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

 a { background-color: rgb(150,236,216); }

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

border-color css

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

 span { border-color: rgb(150,236,216); }

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