Html Css Color HEX #A5EADD Ice Cold

📋 copy color: '#A5EADD'

red 165 ◦ green 234 ◦ blue 221

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

Shades of Ice Cold #A5EADD

Tints of Ice Cold #A5EADD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.74%

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

R = 26.61%
G = 37.74%
B = 35.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#A5EADD (or 0xA5EADD) is known color: Ice Cold. HEX triplet: A5, EA and DD. RGB value is (165,234,221). Sum of RGB (Red+Green+Blue) = 165+234+221=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 221 (86.72% from 255 or 35.65% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EADD is #5A1522. Grayscale: #D3D3D3. Windows color (decimal): -5903651 or 14543525. OLE color: 14543525.

HSL color Cylindrical-coordinate representation of color #A5EADD: hue angle of 168.7º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EADD is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 221 -
CMYK 0.29 0 0.06 0.08
HSL 168.7º 0.62% 0.78% -
HSV(B) 168.7º 0.29% 0.92% -
XYZ 57.99 72.07 79.26 -
YUV 211.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 165 234 221 0.29 0 0.06 0.08 168.7 0.62 0.78
Hex A5 EA DD 1D 0 6 8 A9 3E 4E
Octal 245 352 335 35 0 6 10 251 76 116
Binary 10100101 11101010 11011101 11101 0 110 1000 10101001 111110 1001110

Color Harmonies of #A5EADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EADD

Black with #A5EADD

Text Example


Text Example

White with #A5EADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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