Html Css Color HEX #A5E0CA Ice Cold

📋 copy color: '#A5E0CA'

red 165 ◦ green 224 ◦ blue 202

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

Shades of Ice Cold #A5E0CA

Tints of Ice Cold #A5E0CA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 37.9%

 BLUE value IS 202 (79.3% from 255) = 34.18%

R = 27.92%
G = 37.9%
B = 34.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#A5E0CA (or 0xA5E0CA) is known color: Ice Cold. HEX triplet: A5, E0 and CA. RGB value is (165,224,202). Sum of RGB (Red+Green+Blue) = 165+224+202=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E0CA is #5A1F35. Grayscale: #CBCBCB. Windows color (decimal): -5906230 or 13295781. OLE color: 13295781.

HSL color Cylindrical-coordinate representation of color #A5E0CA: hue angle of 157.63º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5E0CA is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 165 224 202 -
CMYK 0.26 0 0.10 0.12
HSL 157.63º 0.49% 0.76% -
HSV(B) 157.63º 0.26% 0.88% -
XYZ 52.83 65.57 65.75 -
YUV 203.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 165 224 202 0.26 0 0.10 0.12 157.63 0.49 0.76
Hex A5 E0 CA 1A 0 A C 9E 31 4C
Octal 245 340 312 32 0 12 14 236 61 114
Binary 10100101 11100000 11001010 11010 0 1010 1100 10011110 110001 1001100

Color Harmonies of #A5E0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E0CA

Black with #A5E0CA

Text Example


Text Example

White with #A5E0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E0CA; }

 p { color: rgb(165,224,202); }

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

background-color css

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

 a { background-color: rgb(165,224,202); }

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

border-color css

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

 span { border-color: rgb(165,224,202); }

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