Html Css Color HEX #A7D5CA Scandal

📋 copy color: '#A7D5CA'

red 167 ◦ green 213 ◦ blue 202

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

Shades of Scandal #A7D5CA

Tints of Scandal #A7D5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.6%

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

R = 28.69%
G = 36.6%
B = 34.71%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A7D5CA (or 0xA7D5CA) is known color: Scandal. HEX triplet: A7, D5 and CA. RGB value is (167,213,202). Sum of RGB (Red+Green+Blue) = 167+213+202=582 (77% of max value = 765). Red value is 167 (65.62% from 255 or 28.69% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 213 - color contains mainly: green. Hex color #A7D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D5CA is #582A35. Grayscale: #C5C5C5. Windows color (decimal): -5777974 or 13292967. OLE color: 13292967.

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

Color convert

RGB 167 213 202 -
CMYK 0.22 0 0.05 0.16
HSL 165.65º 0.35% 0.75% -
HSV(B) 165.65º 0.22% 0.84% -
XYZ 50.39 60.07 64.82 -
YUV 197.99 130.26 105.89 -
System Red Green Blue C M Y K H S L
Decimal 167 213 202 0.22 0 0.05 0.16 165.65 0.35 0.75
Hex A7 D5 CA 16 0 5 10 A6 23 4B
Octal 247 325 312 26 0 5 20 246 43 113
Binary 10100111 11010101 11001010 10110 0 101 10000 10100110 100011 1001011

Color Harmonies of #A7D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7D5CA

Black with #A7D5CA

Text Example


Text Example

White with #A7D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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