Html Css Color HEX #A5D7CA Scandal

📋 copy color: '#A5D7CA'

red 165 ◦ green 215 ◦ blue 202

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

Shades of Scandal #A5D7CA

Tints of Scandal #A5D7CA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.94%

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

R = 28.35%
G = 36.94%
B = 34.71%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#A5D7CA (or 0xA5D7CA) is known color: Scandal. HEX triplet: A5, D7 and CA. RGB value is (165,215,202). Sum of RGB (Red+Green+Blue) = 165+215+202=582 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.35% from 582); Green value is 215 (84.38% from 255 or 36.94% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 215 - color contains mainly: green. Hex color #A5D7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5D7CA is #5A2835. Grayscale: #C6C6C6. Windows color (decimal): -5908534 or 13293477. OLE color: 13293477.

HSL color Cylindrical-coordinate representation of color #A5D7CA: hue angle of 164.4º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D7CA is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 215 202 -
CMYK 0.23 0 0.06 0.16
HSL 164.4º 0.38% 0.75% -
HSV(B) 164.4º 0.23% 0.84% -
XYZ 50.48 60.86 64.96 -
YUV 198.57 129.94 104.06 -
System Red Green Blue C M Y K H S L
Decimal 165 215 202 0.23 0 0.06 0.16 164.4 0.38 0.75
Hex A5 D7 CA 17 0 6 10 A4 26 4B
Octal 245 327 312 27 0 6 20 244 46 113
Binary 10100101 11010111 11001010 10111 0 110 10000 10100100 100110 1001011

Color Harmonies of #A5D7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D7CA

Black with #A5D7CA

Text Example


Text Example

White with #A5D7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D7CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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