Html Css Color HEX #95EDD8 Ice Cold

📋 copy color: '#95EDD8'

red 149 ◦ green 237 ◦ blue 216

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

Shades of Ice Cold #95EDD8

Tints of Ice Cold #95EDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.88%

R = 24.75%
G = 39.37%
B = 35.88%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#95EDD8 (or 0x95EDD8) is known color: Ice Cold. HEX triplet: 95, ED and D8. RGB value is (149,237,216). Sum of RGB (Red+Green+Blue) = 149+237+216=602 (79% of max value = 765). Red value is 149 (58.59% from 255 or 24.75% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #95EDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EDD8 is #6A1227. Grayscale: #D0D0D0. Windows color (decimal): -6951464 or 14216597. OLE color: 14216597.

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

Color convert

RGB 149 237 216 -
CMYK 0.37 0 0.09 0.07
HSL 165.68º 0.71% 0.76% -
HSV(B) 165.68º 0.37% 0.93% -
XYZ 55.07 71.92 75.94 -
YUV 208.29 132.35 85.71 -
System Red Green Blue C M Y K H S L
Decimal 149 237 216 0.37 0 0.09 0.07 165.68 0.71 0.76
Hex 95 ED D8 25 0 9 7 A6 47 4C
Octal 225 355 330 45 0 11 7 246 107 114
Binary 10010101 11101101 11011000 100101 0 1001 111 10100110 1000111 1001100

Color Harmonies of #95EDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EDD8

Black with #95EDD8

Text Example


Text Example

White with #95EDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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