Html Css Color HEX #A3DACC Scandal

📋 copy color: '#A3DACC'

red 163 ◦ green 218 ◦ blue 204

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

Shades of Scandal #A3DACC

Tints of Scandal #A3DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

 BLUE value IS 204 (80.08% from 255) = 34.87%

R = 27.86%
G = 37.26%
B = 34.87%

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

#A3DACC (or 0xA3DACC) is known color: Scandal. HEX triplet: A3, DA and CC. RGB value is (163,218,204). Sum of RGB (Red+Green+Blue) = 163+218+204=585 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.86% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DACC is #5C2533. Grayscale: #C7C7C7. Windows color (decimal): -6038836 or 13425315. OLE color: 13425315.

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

Color convert

RGB 163 218 204 -
CMYK 0.25 0 0.06 0.15
HSL 164.73º 0.43% 0.75% -
HSV(B) 164.73º 0.25% 0.85% -
XYZ 51.07 62.29 66.46 -
YUV 199.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 163 218 204 0.25 0 0.06 0.15 164.73 0.43 0.75
Hex A3 DA CC 19 0 6 F A5 2B 4B
Octal 243 332 314 31 0 6 17 245 53 113
Binary 10100011 11011010 11001100 11001 0 110 1111 10100101 101011 1001011

Color Harmonies of #A3DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DACC

Black with #A3DACC

Text Example


Text Example

White with #A3DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DACC; }

 p { color: rgb(163,218,204); }

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

background-color css

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

 a { background-color: rgb(163,218,204); }

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

border-color css

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

 span { border-color: rgb(163,218,204); }

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