Html Css Color HEX #95EDDD Ice Cold

📋 copy color: '#95EDDD'

red 149 ◦ green 237 ◦ blue 221

#95EDDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #95EDDD

Tints of Ice Cold #95EDDD

RGB

 RED value IS 149 (58.59% from 255) = 24.55%

 GREEN value IS 237 (92.97% from 255) = 39.04%

 BLUE value IS 221 (86.72% from 255) = 36.41%

R = 24.55%
G = 39.04%
B = 36.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#95EDDD (or 0x95EDDD) is known color: Ice Cold. HEX triplet: 95, ED and DD. RGB value is (149,237,221). Sum of RGB (Red+Green+Blue) = 149+237+221=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 237 (92.97% from 255 or 39.04% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDDD is #6A1222. Grayscale: #D0D0D0. Windows color (decimal): -6951459 or 14544277. OLE color: 14544277.

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

Color convert

RGB 149 237 221 -
CMYK 0.37 0 0.07 0.07
HSL 169.09º 0.71% 0.76% -
HSV(B) 169.09º 0.37% 0.93% -
XYZ 55.73 72.18 79.4 -
YUV 208.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 149 237 221 0.37 0 0.07 0.07 169.09 0.71 0.76
Hex 95 ED DD 25 0 7 7 A9 47 4C
Octal 225 355 335 45 0 7 7 251 107 114
Binary 10010101 11101101 11011101 100101 0 111 111 10101001 1000111 1001100

Color Harmonies of #95EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDDD

Black with #95EDDD

Text Example


Text Example

White with #95EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #95EDDD;
 }
 .AnyTagClassName
 {
   color: #95EDDD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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