Html Css Color HEX #A5EDDB Ice Cold

📋 copy color: '#A5EDDB'

red 165 ◦ green 237 ◦ blue 219

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

Shades of Ice Cold #A5EDDB

Tints of Ice Cold #A5EDDB

RGB

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

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

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

R = 26.57%
G = 38.16%
B = 35.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#A5EDDB (or 0xA5EDDB) is known color: Ice Cold. HEX triplet: A5, ED and DB. RGB value is (165,237,219). Sum of RGB (Red+Green+Blue) = 165+237+219=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 219 (85.94% from 255 or 35.27% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #A5EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EDDB is #5A1224. Grayscale: #D5D5D5. Windows color (decimal): -5902885 or 14413221. OLE color: 14413221.

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

Color convert

RGB 165 237 219 -
CMYK 0.30 0 0.08 0.07
HSL 165º 0.67% 0.79% -
HSV(B) 165º 0.3% 0.93% -
XYZ 58.59 73.68 78.15 -
YUV 213.42 131.15 93.46 -
System Red Green Blue C M Y K H S L
Decimal 165 237 219 0.30 0 0.08 0.07 165 0.67 0.79
Hex A5 ED DB 1E 0 8 7 A5 43 4F
Octal 245 355 333 36 0 10 7 245 103 117
Binary 10100101 11101101 11011011 11110 0 1000 111 10100101 1000011 1001111

Color Harmonies of #A5EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EDDB

Black with #A5EDDB

Text Example


Text Example

White with #A5EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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