Html Css Color HEX #A8D5CA Scandal

📋 copy color: '#A8D5CA'

red 168 ◦ green 213 ◦ blue 202

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

Shades of Scandal #A8D5CA

Tints of Scandal #A8D5CA

RGB

 RED value IS 168 (66.02% from 255) = 28.82%

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

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

R = 28.82%
G = 36.54%
B = 34.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#A8D5CA (or 0xA8D5CA) is known color: Scandal. HEX triplet: A8, D5 and CA. RGB value is (168,213,202). Sum of RGB (Red+Green+Blue) = 168+213+202=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D5CA is #572A35. Grayscale: #C6C6C6. Windows color (decimal): -5712438 or 13292968. OLE color: 13292968.

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

Color convert

RGB 168 213 202 -
CMYK 0.21 0 0.05 0.16
HSL 165.33º 0.35% 0.75% -
HSV(B) 165.33º 0.21% 0.84% -
XYZ 50.6 60.18 64.83 -
YUV 198.29 130.09 106.39 -
System Red Green Blue C M Y K H S L
Decimal 168 213 202 0.21 0 0.05 0.16 165.33 0.35 0.75
Hex A8 D5 CA 15 0 5 10 A5 23 4B
Octal 250 325 312 25 0 5 20 245 43 113
Binary 10101000 11010101 11001010 10101 0 101 10000 10100101 100011 1001011

Color Harmonies of #A8D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D5CA

Black with #A8D5CA

Text Example


Text Example

White with #A8D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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