Html Css Color HEX #A3D8CA Scandal

📋 copy color: '#A3D8CA'

red 163 ◦ green 216 ◦ blue 202

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

Shades of Scandal #A3D8CA

Tints of Scandal #A3D8CA

RGB

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

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

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

R = 28.06%
G = 37.18%
B = 34.77%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#A3D8CA (or 0xA3D8CA) is known color: Scandal. HEX triplet: A3, D8 and CA. RGB value is (163,216,202). Sum of RGB (Red+Green+Blue) = 163+216+202=581 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.06% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 216 - color contains mainly: green. Hex color #A3D8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D8CA is #5C2735. Grayscale: #C6C6C6. Windows color (decimal): -6039350 or 13293731. OLE color: 13293731.

HSL color Cylindrical-coordinate representation of color #A3D8CA: hue angle of 164.15º 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 #A3D8CA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 216 202 -
CMYK 0.25 0 0.06 0.15
HSL 164.15º 0.4% 0.74% -
HSV(B) 164.15º 0.25% 0.85% -
XYZ 50.32 61.16 65.03 -
YUV 198.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 163 216 202 0.25 0 0.06 0.15 164.15 0.4 0.74
Hex A3 D8 CA 19 0 6 F A4 28 4A
Octal 243 330 312 31 0 6 17 244 50 112
Binary 10100011 11011000 11001010 11001 0 110 1111 10100100 101000 1001010

Color Harmonies of #A3D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3D8CA

Black with #A3D8CA

Text Example


Text Example

White with #A3D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3D8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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