Html Css Color HEX #A7D9CA Scandal

📋 copy color: '#A7D9CA'

red 167 ◦ green 217 ◦ blue 202

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

Shades of Scandal #A7D9CA

Tints of Scandal #A7D9CA

RGB

 RED value IS 167 (65.63% from 255) = 28.5%

 GREEN value IS 217 (85.16% from 255) = 37.03%

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

R = 28.5%
G = 37.03%
B = 34.47%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#A7D9CA (or 0xA7D9CA) is known color: Scandal. HEX triplet: A7, D9 and CA. RGB value is (167,217,202). Sum of RGB (Red+Green+Blue) = 167+217+202=586 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.50% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 217 - color contains mainly: green. Hex color #A7D9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D9CA is #582635. Grayscale: #C8C8C8. Windows color (decimal): -5776950 or 13293991. OLE color: 13293991.

HSL color Cylindrical-coordinate representation of color #A7D9CA: hue angle of 162º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7D9CA is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 167 217 202 -
CMYK 0.23 0 0.07 0.15
HSL 162º 0.4% 0.75% -
HSV(B) 162º 0.23% 0.85% -
XYZ 51.41 62.11 65.16 -
YUV 200.34 128.94 104.22 -
System Red Green Blue C M Y K H S L
Decimal 167 217 202 0.23 0 0.07 0.15 162 0.4 0.75
Hex A7 D9 CA 17 0 7 F A2 28 4B
Octal 247 331 312 27 0 7 17 242 50 113
Binary 10100111 11011001 11001010 10111 0 111 1111 10100010 101000 1001011

Color Harmonies of #A7D9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D9CA

Black with #A7D9CA

Text Example


Text Example

White with #A7D9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D9CA; }

 p { color: rgb(167,217,202); }

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

background-color css

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

 a { background-color: rgb(167,217,202); }

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

border-color css

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

 span { border-color: rgb(167,217,202); }

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