Html Css Color HEX #A5ECDE Ice Cold

📋 copy color: '#A5ECDE'

red 165 ◦ green 236 ◦ blue 222

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

Shades of Ice Cold #A5ECDE

Tints of Ice Cold #A5ECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.63%

R = 26.48%
G = 37.88%
B = 35.63%

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

#A5ECDE (or 0xA5ECDE) is known color: Ice Cold. HEX triplet: A5, EC and DE. RGB value is (165,236,222). Sum of RGB (Red+Green+Blue) = 165+236+222=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 222 (87.11% from 255 or 35.63% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECDE is #5A1321. Grayscale: #D5D5D5. Windows color (decimal): -5903138 or 14609573. OLE color: 14609573.

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

Color convert

RGB 165 236 222 -
CMYK 0.30 0 0.06 0.07
HSL 168.17º 0.65% 0.79% -
HSV(B) 168.17º 0.3% 0.93% -
XYZ 58.7 73.26 80.15 -
YUV 213.18 132.98 93.64 -
System Red Green Blue C M Y K H S L
Decimal 165 236 222 0.30 0 0.06 0.07 168.17 0.65 0.79
Hex A5 EC DE 1E 0 6 7 A8 41 4F
Octal 245 354 336 36 0 6 7 250 101 117
Binary 10100101 11101100 11011110 11110 0 110 111 10101000 1000001 1001111

Color Harmonies of #A5ECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5ECDE

Black with #A5ECDE

Text Example


Text Example

White with #A5ECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5ECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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