Html Css Color HEX #95EFDB Ice Cold

📋 copy color: '#95EFDB'

red 149 ◦ green 239 ◦ blue 219

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

Shades of Ice Cold #95EFDB

Tints of Ice Cold #95EFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 36.08%

R = 24.55%
G = 39.37%
B = 36.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#95EFDB (or 0x95EFDB) is known color: Ice Cold. HEX triplet: 95, EF and DB. RGB value is (149,239,219). Sum of RGB (Red+Green+Blue) = 149+239+219=607 (80% of max value = 765). Red value is 149 (58.59% from 255 or 24.55% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #95EFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #95EFDB is #6A1024. Grayscale: #D1D1D1. Windows color (decimal): -6950949 or 14413717. OLE color: 14413717.

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

Color convert

RGB 149 239 219 -
CMYK 0.38 0 0.08 0.06
HSL 166.67º 0.74% 0.76% -
HSV(B) 166.67º 0.38% 0.94% -
XYZ 56.05 73.24 78.2 -
YUV 209.81 133.18 84.63 -
System Red Green Blue C M Y K H S L
Decimal 149 239 219 0.38 0 0.08 0.06 166.67 0.74 0.76
Hex 95 EF DB 26 0 8 6 A7 4A 4C
Octal 225 357 333 46 0 10 6 247 112 114
Binary 10010101 11101111 11011011 100110 0 1000 110 10100111 1001010 1001100

Color Harmonies of #95EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EFDB

Black with #95EFDB

Text Example


Text Example

White with #95EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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