Html Css Color HEX #95E9DD Ice Cold

📋 copy color: '#95E9DD'

red 149 ◦ green 233 ◦ blue 221

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

Shades of Ice Cold #95E9DD

Tints of Ice Cold #95E9DD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.64%

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

R = 24.71%
G = 38.64%
B = 36.65%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#95E9DD (or 0x95E9DD) is known color: Ice Cold. HEX triplet: 95, E9 and DD. RGB value is (149,233,221). Sum of RGB (Red+Green+Blue) = 149+233+221=603 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.71% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E9DD is #6A1622. Grayscale: #CECECE. Windows color (decimal): -6952483 or 14543253. OLE color: 14543253.

HSL color Cylindrical-coordinate representation of color #95E9DD: hue angle of 171.43º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #95E9DD is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 233 221 -
CMYK 0.36 0 0.05 0.09
HSL 171.43º 0.66% 0.75% -
HSV(B) 171.43º 0.36% 0.91% -
XYZ 54.58 69.89 79.02 -
YUV 206.52 136.17 86.98 -
System Red Green Blue C M Y K H S L
Decimal 149 233 221 0.36 0 0.05 0.09 171.43 0.66 0.75
Hex 95 E9 DD 24 0 5 9 AB 42 4B
Octal 225 351 335 44 0 5 11 253 102 113
Binary 10010101 11101001 11011101 100100 0 101 1001 10101011 1000010 1001011

Color Harmonies of #95E9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E9DD

Black with #95E9DD

Text Example


Text Example

White with #95E9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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