#95EDD8

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

Shades of Ice Cold #95EDD8

Tints of Ice Cold #95EDD8

Color information

#95EDD8 (or 0x95EDD8) is unknown color: approx Ice Cold. HEX triplet: 95, ED and D8. RGB value is (149,237,216). Sum of RGB (Red+Green+Blue) = 149+237+216=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDD8 is #6A1227. Grayscale: #D0D0D0. Windows color (decimal): -6951464 or 14216597. OLE color: 14216597.

HSL color Cylindrical-coordinate representation of color #95EDD8: hue angle of 165.68º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #95EDD8 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB149237216-
CMYK0.3700.090.07
HSL165.68º70.97%75.69%-
HSV(B)165.68º37.13%92.94%-
XYZ55.0771.9275.94-
YUV208.29132.3585.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.75%
GREEN value IS 237 (92.97% from 255) = 39.37%
BLUE value IS 216 (84.77% from 255) = 35.88%
R=24.75%
G=39.37%
B=35.88%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492372160.3700.090.07165.6870.9775.69
Hex95EDD825097a6474c
Octal225355330450117246107114
Binary100101011110110111011000100101010011111010011010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,237,216); }

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

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

 a { background-color: rgb(149,237,216); }

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

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

 span { border-color: rgb(149,237,216); }

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