Html Css Color HEX #A8D8CA Scandal

📋 copy color: '#A8D8CA'

red 168 ◦ green 216 ◦ blue 202

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

Shades of Scandal #A8D8CA

Tints of Scandal #A8D8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.86%

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

R = 28.67%
G = 36.86%
B = 34.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A8D8CA (or 0xA8D8CA) is known color: Scandal. HEX triplet: A8, D8 and CA. RGB value is (168,216,202). Sum of RGB (Red+Green+Blue) = 168+216+202=586 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.67% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #A8D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D8CA is #572735. Grayscale: #C8C8C8. Windows color (decimal): -5711670 or 13293736. OLE color: 13293736.

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

Color convert

RGB 168 216 202 -
CMYK 0.22 0 0.06 0.15
HSL 162.5º 0.38% 0.75% -
HSV(B) 162.5º 0.22% 0.85% -
XYZ 51.36 61.7 65.08 -
YUV 200.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 168 216 202 0.22 0 0.06 0.15 162.5 0.38 0.75
Hex A8 D8 CA 16 0 6 F A2 26 4B
Octal 250 330 312 26 0 6 17 242 46 113
Binary 10101000 11011000 11001010 10110 0 110 1111 10100010 100110 1001011

Color Harmonies of #A8D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D8CA

Black with #A8D8CA

Text Example


Text Example

White with #A8D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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