Shades of Ice Cold #95EADF
Tints of Ice Cold #95EADF
RGB
CMYK
RGB Variations
Color information
#95EADF (or 0x95EADF) is known color: Ice Cold. HEX triplet: 95, EA and DF. RGB value is (149,234,223). Sum of RGB (Red+Green+Blue) = 149+234+223=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 223 (87.5% from 255 or 36.80% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #95EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EADF is #6A1520. Grayscale: #CFCFCF. Windows color (decimal): -6952225 or 14674581. OLE color: 14674581.
HSL color Cylindrical-coordinate representation of color #95EADF: hue angle of 172.24º 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 #95EADF is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 149 | 234 | 223 | - |
| CMYK | 0.36 | 0 | 0.05 | 0.08 |
| HSL | 172.24º | 0.67% | 0.75% | - |
| HSV(B) | 172.24º | 0.36% | 0.92% | - |
| XYZ | 55.14 | 70.56 | 80.53 | - |
| YUV | 207.33 | 136.84 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 234 | 223 | 0.36 | 0 | 0.05 | 0.08 | 172.24 | 0.67 | 0.75 |
| Hex | 95 | EA | DF | 24 | 0 | 5 | 8 | AC | 43 | 4B |
| Octal | 225 | 352 | 337 | 44 | 0 | 5 | 10 | 254 | 103 | 113 |
| Binary | 10010101 | 11101010 | 11011111 | 100100 | 0 | 101 | 1000 | 10101100 | 1000011 | 1001011 |
Color Harmonies of #95EADF
Complementary color
Monochromatic Colors of #95EADF
Black with #95EADF
Text Example
Text Example
White with #95EADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EADF; }
p { color: rgb(149,234,223); }
H1.HeaderClassName
{
color: #95EADF;
}
.AnyTagClassName
{
color: #95EADF;
}
</style>
background-color css
<style>
a { background-color: #95EADF; }
a { background-color: rgb(149,234,223); }
div.DivClassName
{
background-color: #95EADF;
}
.BgClassName
{
background-color: #95EADF;
}
</style>
border-color css
<style>
span { border-color: #95EADF; }
span { border-color: rgb(149,234,223); }
td.TdClassName
{
border-color: #95EADF;
}
.TagClassName
{
border-color: #95EADF;
}
</style>