Html Css Color HEX #A5ECDF Ice Cold

📋 copy color: '#A5ECDF'

red 165 ◦ green 236 ◦ blue 223

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

Shades of Ice Cold #A5ECDF

Tints of Ice Cold #A5ECDF

RGB

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

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

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

R = 26.44%
G = 37.82%
B = 35.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#A5ECDF (or 0xA5ECDF) is known color: Ice Cold. HEX triplet: A5, EC and DF. RGB value is (165,236,223). Sum of RGB (Red+Green+Blue) = 165+236+223=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECDF is #5A1320. Grayscale: #D5D5D5. Windows color (decimal): -5903137 or 14675109. OLE color: 14675109.

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

Color convert

RGB 165 236 223 -
CMYK 0.30 0 0.06 0.07
HSL 169.01º 0.65% 0.79% -
HSV(B) 169.01º 0.3% 0.93% -
XYZ 58.83 73.32 80.86 -
YUV 213.29 133.48 93.56 -
System Red Green Blue C M Y K H S L
Decimal 165 236 223 0.30 0 0.06 0.07 169.01 0.65 0.79
Hex A5 EC DF 1E 0 6 7 A9 41 4F
Octal 245 354 337 36 0 6 7 251 101 117
Binary 10100101 11101100 11011111 11110 0 110 111 10101001 1000001 1001111

Color Harmonies of #A5ECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECDF

Black with #A5ECDF

Text Example


Text Example

White with #A5ECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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