Html Css Color HEX #95EFE1 Ice Cold

📋 copy color: '#95EFE1'

red 149 ◦ green 239 ◦ blue 225

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

Shades of Ice Cold #95EFE1

Tints of Ice Cold #95EFE1

RGB

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

 GREEN value IS 239 (93.75% from 255) = 38.99%

 BLUE value IS 225 (88.28% from 255) = 36.7%

R = 24.31%
G = 38.99%
B = 36.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#95EFE1 (or 0x95EFE1) is known color: Ice Cold. HEX triplet: 95, EF and E1. RGB value is (149,239,225). Sum of RGB (Red+Green+Blue) = 149+239+225=613 (81% of max value = 765). Red value is 149 (58.59% from 255 or 24.31% from 613); Green value is 239 (93.75% from 255 or 38.99% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFE1 is #6A101E. Grayscale: #D2D2D2. Windows color (decimal): -6950943 or 14806933. OLE color: 14806933.

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

Color convert

RGB 149 239 225 -
CMYK 0.38 0 0.06 0.06
HSL 170.67º 0.74% 0.76% -
HSV(B) 170.67º 0.38% 0.94% -
XYZ 56.85 73.56 82.44 -
YUV 210.49 136.18 84.14 -
System Red Green Blue C M Y K H S L
Decimal 149 239 225 0.38 0 0.06 0.06 170.67 0.74 0.76
Hex 95 EF E1 26 0 6 6 AB 4A 4C
Octal 225 357 341 46 0 6 6 253 112 114
Binary 10010101 11101111 11100001 100110 0 110 110 10101011 1001010 1001100

Color Harmonies of #95EFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFE1

Black with #95EFE1

Text Example


Text Example

White with #95EFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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