Html Css Color HEX #A3D8C5 Scandal

📋 copy color: '#A3D8C5'

red 163 ◦ green 216 ◦ blue 197

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

Shades of Scandal #A3D8C5

Tints of Scandal #A3D8C5

RGB

 RED value IS 163 (64.06% from 255) = 28.3%

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

 BLUE value IS 197 (77.34% from 255) = 34.2%

R = 28.3%
G = 37.5%
B = 34.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#A3D8C5 (or 0xA3D8C5) is known color: Scandal. HEX triplet: A3, D8 and C5. RGB value is (163,216,197). Sum of RGB (Red+Green+Blue) = 163+216+197=576 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.30% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 197 (77.34% from 255 or 34.20% from 576); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D8C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8C5 is #5C273A. Grayscale: #C6C6C6. Windows color (decimal): -6039355 or 12966051. OLE color: 12966051.

HSL color Cylindrical-coordinate representation of color #A3D8C5: hue angle of 158.49º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A3D8C5 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 216 197 -
CMYK 0.25 0 0.09 0.15
HSL 158.49º 0.4% 0.74% -
HSV(B) 158.49º 0.25% 0.85% -
XYZ 49.74 60.93 61.96 -
YUV 197.99 127.44 103.04 -
System Red Green Blue C M Y K H S L
Decimal 163 216 197 0.25 0 0.09 0.15 158.49 0.4 0.74
Hex A3 D8 C5 19 0 9 F 9E 28 4A
Octal 243 330 305 31 0 11 17 236 50 112
Binary 10100011 11011000 11000101 11001 0 1001 1111 10011110 101000 1001010

Color Harmonies of #A3D8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D8C5

Black with #A3D8C5

Text Example


Text Example

White with #A3D8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D8C5; }

 p { color: rgb(163,216,197); }

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

background-color css

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

 a { background-color: rgb(163,216,197); }

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

border-color css

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

 span { border-color: rgb(163,216,197); }

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