Html Css Color HEX #A5E6DD Ice Cold

📋 copy color: '#A5E6DD'

red 165 ◦ green 230 ◦ blue 221

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

Shades of Ice Cold #A5E6DD

Tints of Ice Cold #A5E6DD

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.34%

 BLUE value IS 221 (86.72% from 255) = 35.88%

R = 26.79%
G = 37.34%
B = 35.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#A5E6DD (or 0xA5E6DD) is known color: Ice Cold. HEX triplet: A5, E6 and DD. RGB value is (165,230,221). Sum of RGB (Red+Green+Blue) = 165+230+221=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E6DD is #5A1922. Grayscale: #D1D1D1. Windows color (decimal): -5904675 or 14542501. OLE color: 14542501.

HSL color Cylindrical-coordinate representation of color #A5E6DD: hue angle of 171.69º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6DD is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 165 230 221 -
CMYK 0.28 0 0.04 0.10
HSL 171.69º 0.57% 0.77% -
HSV(B) 171.69º 0.28% 0.9% -
XYZ 56.87 69.81 78.88 -
YUV 209.54 134.47 96.23 -
System Red Green Blue C M Y K H S L
Decimal 165 230 221 0.28 0 0.04 0.10 171.69 0.57 0.77
Hex A5 E6 DD 1C 0 4 A AC 39 4D
Octal 245 346 335 34 0 4 12 254 71 115
Binary 10100101 11100110 11011101 11100 0 100 1010 10101100 111001 1001101

Color Harmonies of #A5E6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E6DD

Black with #A5E6DD

Text Example


Text Example

White with #A5E6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E6DD; }

 p { color: rgb(165,230,221); }

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

background-color css

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

 a { background-color: rgb(165,230,221); }

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

border-color css

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

 span { border-color: rgb(165,230,221); }

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