Html Css Color HEX #96F1E1 Ice Cold

📋 copy color: '#96F1E1'

red 150 ◦ green 241 ◦ blue 225

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

Shades of Ice Cold #96F1E1

Tints of Ice Cold #96F1E1

RGB

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

 GREEN value IS 241 (94.53% from 255) = 39.12%

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 24.35%
G = 39.12%
B = 36.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#96F1E1 (or 0x96F1E1) is known color: Ice Cold. HEX triplet: 96, F1 and E1. RGB value is (150,241,225). Sum of RGB (Red+Green+Blue) = 150+241+225=616 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.35% from 616); Green value is 241 (94.53% from 255 or 39.12% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1E1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1E1 is #690E1E. Grayscale: #D3D3D3. Windows color (decimal): -6884895 or 14807446. OLE color: 14807446.

HSL color Cylindrical-coordinate representation of color #96F1E1: hue angle of 169.45º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F1E1 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 225 -
CMYK 0.38 0 0.07 0.05
HSL 169.45º 0.76% 0.77% -
HSV(B) 169.45º 0.38% 0.95% -
XYZ 57.62 74.83 82.64 -
YUV 211.97 135.35 83.8 -
System Red Green Blue C M Y K H S L
Decimal 150 241 225 0.38 0 0.07 0.05 169.45 0.76 0.77
Hex 96 F1 E1 26 0 7 5 A9 4C 4D
Octal 226 361 341 46 0 7 5 251 114 115
Binary 10010110 11110001 11100001 100110 0 111 101 10101001 1001100 1001101

Color Harmonies of #96F1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F1E1

Black with #96F1E1

Text Example


Text Example

White with #96F1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,225); }

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

background-color css

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

 a { background-color: rgb(150,241,225); }

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

border-color css

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

 span { border-color: rgb(150,241,225); }

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