Html Css Color HEX #96F1DF Ice Cold

📋 copy color: '#96F1DF'

red 150 ◦ green 241 ◦ blue 223

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

Shades of Ice Cold #96F1DF

Tints of Ice Cold #96F1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.32%

R = 24.43%
G = 39.25%
B = 36.32%

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

#96F1DF (or 0x96F1DF) is known color: Ice Cold. HEX triplet: 96, F1 and DF. RGB value is (150,241,223). Sum of RGB (Red+Green+Blue) = 150+241+223=614 (81% of max value = 765). Red value is 150 (58.98% from 255 or 24.43% from 614); Green value is 241 (94.53% from 255 or 39.25% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 241 - color contains mainly: green. Hex color #96F1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #96F1DF is #690E20. Grayscale: #D3D3D3. Windows color (decimal): -6884897 or 14676374. OLE color: 14676374.

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

Color convert

RGB 150 241 223 -
CMYK 0.38 0 0.07 0.05
HSL 168.13º 0.76% 0.77% -
HSV(B) 168.13º 0.38% 0.95% -
XYZ 57.35 74.72 81.21 -
YUV 211.74 134.35 83.96 -
System Red Green Blue C M Y K H S L
Decimal 150 241 223 0.38 0 0.07 0.05 168.13 0.76 0.77
Hex 96 F1 DF 26 0 7 5 A8 4C 4D
Octal 226 361 337 46 0 7 5 250 114 115
Binary 10010110 11110001 11011111 100110 0 111 101 10101000 1001100 1001101

Color Harmonies of #96F1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F1DF

Black with #96F1DF

Text Example


Text Example

White with #96F1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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