#95EADE

Color #95EADE Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #95EADE

Tints of Ice Cold #95EADE

Color information

#95EADE (or 0x95EADE) is unknown color: approx Ice Cold. HEX triplet: 95, EA and DE. RGB value is (149,234,222). Sum of RGB (Red+Green+Blue) = 149+234+222=605 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.63% from 605); Green value is 234 (91.80% from 255 or 38.68% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 234 - color contains mainly: green. Hex color #95EADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EADE is #6A1521. Grayscale: #CFCFCF. Windows color (decimal): -6952226 or 14609045. OLE color: 14609045.

HSL color Cylindrical-coordinate representation of color #95EADE: hue angle of 171.53º 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 #95EADE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB149234222-
CMYK0.3600.050.08
HSL171.53º66.93%75.1%-
HSV(B)171.53º36.32%91.76%-
XYZ5570.5179.82-
YUV207.22136.3486.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.63%
GREEN value IS 234 (91.80% from 255) = 38.68%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=24.63%
G=38.68%
B=36.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492342220.3600.050.08171.5366.9375.1
Hex95EADE24058ac434b
Octal225352336440510254103113
Binary100101011110101011011110100100010110001010110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95EADE; }

 p { color: rgb(149,234,222); }

 H1.HeaderClassName
 {
   color: #95EADE;
 }
 .AnyTagClassName
 {
   color: #95EADE;
 }
</style>
background-color css

<style>
 a { background-color: #95EADE; }

 a { background-color: rgb(149,234,222); }

 div.DivClassName
 {
   background-color: #95EADE;
 }
 .BgClassName
 {
   background-color: #95EADE;
 }
</style>
border-color css

<style>
 span { border-color: #95EADE; }

 span { border-color: rgb(149,234,222); }

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