Html Css Color HEX #A3DCCC Scandal

📋 copy color: '#A3DCCC'

red 163 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A3DCCC

Tints of Scandal #A3DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 27.77%
G = 37.48%
B = 34.75%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A3DCCC (or 0xA3DCCC) is known color: Scandal. HEX triplet: A3, DC and CC. RGB value is (163,220,204). Sum of RGB (Red+Green+Blue) = 163+220+204=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #A3DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DCCC is #5C2333. Grayscale: #C9C9C9. Windows color (decimal): -6038324 or 13425827. OLE color: 13425827.

HSL color Cylindrical-coordinate representation of color #A3DCCC: hue angle of 163.16º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DCCC is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 220 204 -
CMYK 0.26 0 0.07 0.14
HSL 163.16º 0.45% 0.75% -
HSV(B) 163.16º 0.26% 0.86% -
XYZ 51.6 63.33 66.63 -
YUV 201.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 163 220 204 0.26 0 0.07 0.14 163.16 0.45 0.75
Hex A3 DC CC 1A 0 7 E A3 2D 4B
Octal 243 334 314 32 0 7 16 243 55 113
Binary 10100011 11011100 11001100 11010 0 111 1110 10100011 101101 1001011

Color Harmonies of #A3DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DCCC

Black with #A3DCCC

Text Example


Text Example

White with #A3DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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