Html Css Color HEX #A5ECDA Ice Cold

📋 copy color: '#A5ECDA'

red 165 ◦ green 236 ◦ blue 218

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

Shades of Ice Cold #A5ECDA

Tints of Ice Cold #A5ECDA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 38.13%

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

R = 26.66%
G = 38.13%
B = 35.22%

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

#A5ECDA (or 0xA5ECDA) is known color: Ice Cold. HEX triplet: A5, EC and DA. RGB value is (165,236,218). Sum of RGB (Red+Green+Blue) = 165+236+218=619 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.66% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECDA is #5A1325. Grayscale: #D4D4D4. Windows color (decimal): -5903142 or 14347429. OLE color: 14347429.

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

Color convert

RGB 165 236 218 -
CMYK 0.30 0 0.08 0.07
HSL 164.79º 0.65% 0.79% -
HSV(B) 164.79º 0.3% 0.93% -
XYZ 58.17 73.05 77.36 -
YUV 212.72 130.98 93.96 -
System Red Green Blue C M Y K H S L
Decimal 165 236 218 0.30 0 0.08 0.07 164.79 0.65 0.79
Hex A5 EC DA 1E 0 8 7 A5 41 4F
Octal 245 354 332 36 0 10 7 245 101 117
Binary 10100101 11101100 11011010 11110 0 1000 111 10100101 1000001 1001111

Color Harmonies of #A5ECDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECDA

Black with #A5ECDA

Text Example


Text Example

White with #A5ECDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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