Html Css Color HEX #A3DDCC Scandal

📋 copy color: '#A3DDCC'

red 163 ◦ green 221 ◦ blue 204

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

Shades of Scandal #A3DDCC

Tints of Scandal #A3DDCC

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

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

R = 27.72%
G = 37.59%
B = 34.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A3DDCC (or 0xA3DDCC) is known color: Scandal. HEX triplet: A3, DD and CC. RGB value is (163,221,204). Sum of RGB (Red+Green+Blue) = 163+221+204=588 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.72% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DDCC is #5C2233. Grayscale: #C9C9C9. Windows color (decimal): -6038068 or 13426083. OLE color: 13426083.

HSL color Cylindrical-coordinate representation of color #A3DDCC: hue angle of 162.41º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDCC is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 163 221 204 -
CMYK 0.26 0 0.08 0.13
HSL 162.41º 0.46% 0.75% -
HSV(B) 162.41º 0.26% 0.87% -
XYZ 51.86 63.86 66.72 -
YUV 201.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 163 221 204 0.26 0 0.08 0.13 162.41 0.46 0.75
Hex A3 DD CC 1A 0 8 D A2 2E 4B
Octal 243 335 314 32 0 10 15 242 56 113
Binary 10100011 11011101 11001100 11010 0 1000 1101 10100010 101110 1001011

Color Harmonies of #A3DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DDCC

Black with #A3DDCC

Text Example


Text Example

White with #A3DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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