Html Css Color HEX #A3DECC Scandal

📋 copy color: '#A3DECC'

red 163 ◦ green 222 ◦ blue 204

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

Shades of Scandal #A3DECC

Tints of Scandal #A3DECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.69%

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

R = 27.67%
G = 37.69%
B = 34.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A3DECC (or 0xA3DECC) is known color: Scandal. HEX triplet: A3, DE and CC. RGB value is (163,222,204). Sum of RGB (Red+Green+Blue) = 163+222+204=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 222 (87.11% from 255 or 37.69% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DECC is #5C2133. Grayscale: #CACACA. Windows color (decimal): -6037812 or 13426339. OLE color: 13426339.

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

Color convert

RGB 163 222 204 -
CMYK 0.27 0 0.08 0.13
HSL 161.69º 0.47% 0.75% -
HSV(B) 161.69º 0.27% 0.87% -
XYZ 52.12 64.39 66.81 -
YUV 202.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 163 222 204 0.27 0 0.08 0.13 161.69 0.47 0.75
Hex A3 DE CC 1B 0 8 D A2 2F 4B
Octal 243 336 314 33 0 10 15 242 57 113
Binary 10100011 11011110 11001100 11011 0 1000 1101 10100010 101111 1001011

Color Harmonies of #A3DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DECC

Black with #A3DECC

Text Example


Text Example

White with #A3DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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