#95EDDF

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

Shades of Ice Cold #95EDDF

Tints of Ice Cold #95EDDF

Color information

#95EDDF (or 0x95EDDF) is unknown color: approx Ice Cold. HEX triplet: 95, ED and DF. RGB value is (149,237,223). Sum of RGB (Red+Green+Blue) = 149+237+223=609 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.47% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDDF is #6A1220. Grayscale: #D1D1D1. Windows color (decimal): -6951457 or 14675349. OLE color: 14675349.

HSL color Cylindrical-coordinate representation of color #95EDDF: hue angle of 170.45º 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 #95EDDF is Cyan = 0.37, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB149237223-
CMYK0.3700.060.07
HSL170.45º70.97%75.69%-
HSV(B)170.45º37.13%92.94%-
XYZ5672.2980.81-
YUV209.09135.8585.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.47%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=24.47%
G=38.92%
B=36.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492372230.3700.060.07170.4570.9775.69
Hex95EDDF25067aa474c
Octal22535533745067252107114
Binary10010101111011011101111110010101101111010101010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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