Html Css Color HEX #A5E1D9 Scandal

📋 copy color: '#A5E1D9'

red 165 ◦ green 225 ◦ blue 217

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

Shades of Scandal #A5E1D9

Tints of Scandal #A5E1D9

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.07%

 BLUE value IS 217 (85.16% from 255) = 35.75%

R = 27.18%
G = 37.07%
B = 35.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#A5E1D9 (or 0xA5E1D9) is known color: Scandal. HEX triplet: A5, E1 and D9. RGB value is (165,225,217). Sum of RGB (Red+Green+Blue) = 165+225+217=607 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.18% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 217 (85.16% from 255 or 35.75% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5E1D9 is #5A1E26. Grayscale: #CECECE. Windows color (decimal): -5905959 or 14279077. OLE color: 14279077.

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

Color convert

RGB 165 225 217 -
CMYK 0.27 0 0.04 0.12
HSL 172º 0.5% 0.76% -
HSV(B) 172º 0.27% 0.88% -
XYZ 54.97 66.86 75.65 -
YUV 206.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 165 225 217 0.27 0 0.04 0.12 172 0.5 0.76
Hex A5 E1 D9 1B 0 4 C AC 32 4C
Octal 245 341 331 33 0 4 14 254 62 114
Binary 10100101 11100001 11011001 11011 0 100 1100 10101100 110010 1001100

Color Harmonies of #A5E1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5E1D9

Black with #A5E1D9

Text Example


Text Example

White with #A5E1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5E1D9; }

 p { color: rgb(165,225,217); }

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

background-color css

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

 a { background-color: rgb(165,225,217); }

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

border-color css

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

 span { border-color: rgb(165,225,217); }

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