#95EFDA

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

Shades of Ice Cold #95EFDA

Tints of Ice Cold #95EFDA

Color information

#95EFDA (or 0x95EFDA) is unknown color: approx Ice Cold. HEX triplet: 95, EF and DA. RGB value is (149,239,218). Sum of RGB (Red+Green+Blue) = 149+239+218=606 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.59% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFDA is #6A1025. Grayscale: #D1D1D1. Windows color (decimal): -6950950 or 14348181. OLE color: 14348181.

HSL color Cylindrical-coordinate representation of color #95EFDA: hue angle of 166º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #95EFDA is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB149239218-
CMYK0.3800.090.06
HSL166º73.77%76.08%-
HSV(B)166º37.66%93.73%-
XYZ55.9273.1877.51-
YUV209.7132.6884.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 24.59%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 218 (85.55% from 255) = 35.97%
R=24.59%
G=39.44%
B=35.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1492392180.3800.090.0616673.7776.08
Hex95EFDA26096a64a4c
Octal225357332460116246112114
Binary100101011110111111011010100110010011101010011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,239,218); }

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

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

 a { background-color: rgb(149,239,218); }

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

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

 span { border-color: rgb(149,239,218); }

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