Html Css Color HEX #95E9DE Ice Cold

📋 copy color: '#95E9DE'

red 149 ◦ green 233 ◦ blue 222

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

Shades of Ice Cold #95E9DE

Tints of Ice Cold #95E9DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.75%

R = 24.67%
G = 38.58%
B = 36.75%

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

#95E9DE (or 0x95E9DE) is known color: Ice Cold. HEX triplet: 95, E9 and DE. RGB value is (149,233,222). Sum of RGB (Red+Green+Blue) = 149+233+222=604 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.67% from 604); Green value is 233 (91.41% from 255 or 38.58% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 233 - color contains mainly: green. Hex color #95E9DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95E9DE is #6A1621. Grayscale: #CECECE. Windows color (decimal): -6952482 or 14608789. OLE color: 14608789.

HSL color Cylindrical-coordinate representation of color #95E9DE: hue angle of 172.14º 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 #95E9DE is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 149 233 222 -
CMYK 0.36 0 0.05 0.09
HSL 172.14º 0.66% 0.75% -
HSV(B) 172.14º 0.36% 0.91% -
XYZ 54.72 69.94 79.72 -
YUV 206.63 136.67 86.89 -
System Red Green Blue C M Y K H S L
Decimal 149 233 222 0.36 0 0.05 0.09 172.14 0.66 0.75
Hex 95 E9 DE 24 0 5 9 AC 42 4B
Octal 225 351 336 44 0 5 11 254 102 113
Binary 10010101 11101001 11011110 100100 0 101 1001 10101100 1000010 1001011

Color Harmonies of #95E9DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95E9DE

Black with #95E9DE

Text Example


Text Example

White with #95E9DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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