Html Css Color HEX #A5EEDA Ice Cold

📋 copy color: '#A5EEDA'

red 165 ◦ green 238 ◦ blue 218

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

Shades of Ice Cold #A5EEDA

Tints of Ice Cold #A5EEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.1%

R = 26.57%
G = 38.33%
B = 35.1%

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

#A5EEDA (or 0xA5EEDA) is known color: Ice Cold. HEX triplet: A5, EE and DA. RGB value is (165,238,218). Sum of RGB (Red+Green+Blue) = 165+238+218=621 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.57% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EEDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EEDA is #5A1125. Grayscale: #D5D5D5. Windows color (decimal): -5902630 or 14347941. OLE color: 14347941.

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

Color convert

RGB 165 238 218 -
CMYK 0.31 0 0.08 0.07
HSL 163.56º 0.68% 0.79% -
HSV(B) 163.56º 0.31% 0.93% -
XYZ 58.75 74.21 77.56 -
YUV 213.89 130.32 93.13 -
System Red Green Blue C M Y K H S L
Decimal 165 238 218 0.31 0 0.08 0.07 163.56 0.68 0.79
Hex A5 EE DA 1F 0 8 7 A4 44 4F
Octal 245 356 332 37 0 10 7 244 104 117
Binary 10100101 11101110 11011010 11111 0 1000 111 10100100 1000100 1001111

Color Harmonies of #A5EEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5EEDA

Black with #A5EEDA

Text Example


Text Example

White with #A5EEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5EEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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