Html Css Color HEX #A8D3C6 Scandal

📋 copy color: '#A8D3C6'

red 168 ◦ green 211 ◦ blue 198

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

Shades of Scandal #A8D3C6

Tints of Scandal #A8D3C6

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.57%

 BLUE value IS 198 (77.73% from 255) = 34.32%

R = 29.12%
G = 36.57%
B = 34.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#A8D3C6 (or 0xA8D3C6) is known color: Scandal. HEX triplet: A8, D3 and C6. RGB value is (168,211,198). Sum of RGB (Red+Green+Blue) = 168+211+198=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 198 (77.73% from 255 or 34.32% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #A8D3C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D3C6 is #572C39. Grayscale: #C4C4C4. Windows color (decimal): -5712954 or 13030312. OLE color: 13030312.

HSL color Cylindrical-coordinate representation of color #A8D3C6: hue angle of 161.86º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D3C6 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 211 198 -
CMYK 0.20 0 0.06 0.17
HSL 161.86º 0.33% 0.74% -
HSV(B) 161.86º 0.2% 0.83% -
XYZ 49.64 58.99 62.2 -
YUV 196.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 168 211 198 0.20 0 0.06 0.17 161.86 0.33 0.74
Hex A8 D3 C6 14 0 6 11 A2 21 4A
Octal 250 323 306 24 0 6 21 242 41 112
Binary 10101000 11010011 11000110 10100 0 110 10001 10100010 100001 1001010

Color Harmonies of #A8D3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D3C6

Black with #A8D3C6

Text Example


Text Example

White with #A8D3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D3C6; }

 p { color: rgb(168,211,198); }

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

background-color css

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

 a { background-color: rgb(168,211,198); }

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

border-color css

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

 span { border-color: rgb(168,211,198); }

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