Html Css Color HEX #A3DACE Scandal

📋 copy color: '#A3DACE'

red 163 ◦ green 218 ◦ blue 206

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

Shades of Scandal #A3DACE

Tints of Scandal #A3DACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 27.77%
G = 37.14%
B = 35.09%

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

#A3DACE (or 0xA3DACE) is known color: Scandal. HEX triplet: A3, DA and CE. RGB value is (163,218,206). Sum of RGB (Red+Green+Blue) = 163+218+206=587 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.77% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DACE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DACE is #5C2531. Grayscale: #C8C8C8. Windows color (decimal): -6038834 or 13556387. OLE color: 13556387.

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

Color convert

RGB 163 218 206 -
CMYK 0.25 0 0.06 0.15
HSL 166.91º 0.43% 0.75% -
HSV(B) 166.91º 0.25% 0.85% -
XYZ 51.32 62.39 67.73 -
YUV 200.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 163 218 206 0.25 0 0.06 0.15 166.91 0.43 0.75
Hex A3 DA CE 19 0 6 F A7 2B 4B
Octal 243 332 316 31 0 6 17 247 53 113
Binary 10100011 11011010 11001110 11001 0 110 1111 10100111 101011 1001011

Color Harmonies of #A3DACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DACE

Black with #A3DACE

Text Example


Text Example

White with #A3DACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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