Html Css Color HEX #A8D4CA Scandal

📋 copy color: '#A8D4CA'

red 168 ◦ green 212 ◦ blue 202

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

Shades of Scandal #A8D4CA

Tints of Scandal #A8D4CA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.43%

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

R = 28.87%
G = 36.43%
B = 34.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#A8D4CA (or 0xA8D4CA) is known color: Scandal. HEX triplet: A8, D4 and CA. RGB value is (168,212,202). Sum of RGB (Red+Green+Blue) = 168+212+202=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 202 (79.30% from 255 or 34.71% from 582); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D4CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D4CA is #572B35. Grayscale: #C5C5C5. Windows color (decimal): -5712694 or 13292712. OLE color: 13292712.

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

Color convert

RGB 168 212 202 -
CMYK 0.21 0 0.05 0.17
HSL 166.36º 0.34% 0.75% -
HSV(B) 166.36º 0.21% 0.83% -
XYZ 50.35 59.68 64.74 -
YUV 197.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 168 212 202 0.21 0 0.05 0.17 166.36 0.34 0.75
Hex A8 D4 CA 15 0 5 11 A6 22 4B
Octal 250 324 312 25 0 5 21 246 42 113
Binary 10101000 11010100 11001010 10101 0 101 10001 10100110 100010 1001011

Color Harmonies of #A8D4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D4CA

Black with #A8D4CA

Text Example


Text Example

White with #A8D4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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