Html Css Color HEX #A5EEDB Ice Cold

📋 copy color: '#A5EEDB'

red 165 ◦ green 238 ◦ blue 219

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

Shades of Ice Cold #A5EEDB

Tints of Ice Cold #A5EEDB

RGB

 RED value IS 165 (64.84% from 255) = 26.53%

 GREEN value IS 238 (93.36% from 255) = 38.26%

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

R = 26.53%
G = 38.26%
B = 35.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A5EEDB (or 0xA5EEDB) is known color: Ice Cold. HEX triplet: A5, EE and DB. RGB value is (165,238,219). Sum of RGB (Red+Green+Blue) = 165+238+219=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEDB is #5A1124. Grayscale: #D6D6D6. Windows color (decimal): -5902629 or 14413477. OLE color: 14413477.

HSL color Cylindrical-coordinate representation of color #A5EEDB: hue angle of 164.38º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A5EEDB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 165 238 219 -
CMYK 0.31 0 0.08 0.07
HSL 164.38º 0.68% 0.79% -
HSV(B) 164.38º 0.31% 0.93% -
XYZ 58.88 74.26 78.25 -
YUV 214.01 130.82 93.04 -
System Red Green Blue C M Y K H S L
Decimal 165 238 219 0.31 0 0.08 0.07 164.38 0.68 0.79
Hex A5 EE DB 1F 0 8 7 A4 44 4F
Octal 245 356 333 37 0 10 7 244 104 117
Binary 10100101 11101110 11011011 11111 0 1000 111 10100100 1000100 1001111

Color Harmonies of #A5EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEDB

Black with #A5EEDB

Text Example


Text Example

White with #A5EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEDB; }

 p { color: rgb(165,238,219); }

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

background-color css

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

 a { background-color: rgb(165,238,219); }

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

border-color css

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

 span { border-color: rgb(165,238,219); }

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