Html Css Color HEX #A3DACB Scandal

📋 copy color: '#A3DACB'

red 163 ◦ green 218 ◦ blue 203

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

Shades of Scandal #A3DACB

Tints of Scandal #A3DACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.76%

R = 27.91%
G = 37.33%
B = 34.76%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#A3DACB (or 0xA3DACB) is known color: Scandal. HEX triplet: A3, DA and CB. RGB value is (163,218,203). Sum of RGB (Red+Green+Blue) = 163+218+203=584 (77% of max value = 765). Red value is 163 (64.06% from 255 or 27.91% from 584); Green value is 218 (85.55% from 255 or 37.33% from 584); Blue value is 203 (79.69% from 255 or 34.76% from 584); Max value from RGB is 218 - color contains mainly: green. Hex color #A3DACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DACB is #5C2534. Grayscale: #C7C7C7. Windows color (decimal): -6038837 or 13359779. OLE color: 13359779.

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

Color convert

RGB 163 218 203 -
CMYK 0.25 0 0.07 0.15
HSL 163.64º 0.43% 0.75% -
HSV(B) 163.64º 0.25% 0.85% -
XYZ 50.96 62.24 65.83 -
YUV 199.85 129.78 101.72 -
System Red Green Blue C M Y K H S L
Decimal 163 218 203 0.25 0 0.07 0.15 163.64 0.43 0.75
Hex A3 DA CB 19 0 7 F A4 2B 4B
Octal 243 332 313 31 0 7 17 244 53 113
Binary 10100011 11011010 11001011 11001 0 111 1111 10100100 101011 1001011

Color Harmonies of #A3DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3DACB

Black with #A3DACB

Text Example


Text Example

White with #A3DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3DACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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