Html Css Color HEX #A5EADF Ice Cold

📋 copy color: '#A5EADF'

red 165 ◦ green 234 ◦ blue 223

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

Shades of Ice Cold #A5EADF

Tints of Ice Cold #A5EADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.85%

R = 26.53%
G = 37.62%
B = 35.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#A5EADF (or 0xA5EADF) is known color: Ice Cold. HEX triplet: A5, EA and DF. RGB value is (165,234,223). Sum of RGB (Red+Green+Blue) = 165+234+223=622 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.53% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EADF is #5A1520. Grayscale: #D4D4D4. Windows color (decimal): -5903649 or 14674597. OLE color: 14674597.

HSL color Cylindrical-coordinate representation of color #A5EADF: hue angle of 170.43º 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 #A5EADF is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 165 234 223 -
CMYK 0.29 0 0.05 0.08
HSL 170.43º 0.62% 0.78% -
HSV(B) 170.43º 0.29% 0.92% -
XYZ 58.26 72.17 80.67 -
YUV 212.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 165 234 223 0.29 0 0.05 0.08 170.43 0.62 0.78
Hex A5 EA DF 1D 0 5 8 AA 3E 4E
Octal 245 352 337 35 0 5 10 252 76 116
Binary 10100101 11101010 11011111 11101 0 101 1000 10101010 111110 1001110

Color Harmonies of #A5EADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EADF

Black with #A5EADF

Text Example


Text Example

White with #A5EADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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