Html Css Color HEX #A5C2CA Heather

📋 copy color: '#A5C2CA'

red 165 ◦ green 194 ◦ blue 202

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

Shades of Heather #A5C2CA

Tints of Heather #A5C2CA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.58%

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

R = 29.41%
G = 34.58%
B = 36.01%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A5C2CA (or 0xA5C2CA) is known color: Heather. HEX triplet: A5, C2 and CA. RGB value is (165,194,202). Sum of RGB (Red+Green+Blue) = 165+194+202=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 202 - color contains mainly: blue. Hex color #A5C2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5C2CA is #5A3D35. Grayscale: #BABABA. Windows color (decimal): -5913910 or 13288101. OLE color: 13288101.

HSL color Cylindrical-coordinate representation of color #A5C2CA: hue angle of 192.97º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A5C2CA is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 165 194 202 -
CMYK 0.18 0.04 0 0.21
HSL 192.97º 0.26% 0.72% -
HSV(B) 192.97º 0.18% 0.79% -
XYZ 45.47 50.85 63.3 -
YUV 186.24 136.89 112.85 -
System Red Green Blue C M Y K H S L
Decimal 165 194 202 0.18 0.04 0 0.21 192.97 0.26 0.72
Hex A5 C2 CA 12 4 0 15 C1 1A 48
Octal 245 302 312 22 4 0 25 301 32 110
Binary 10100101 11000010 11001010 10010 100 0 10101 11000001 11010 1001000

Color Harmonies of #A5C2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5C2CA

Black with #A5C2CA

Text Example


Text Example

White with #A5C2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5C2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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