Html Css Color HEX #ABDACC Scandal

📋 copy color: '#ABDACC'

red 171 ◦ green 218 ◦ blue 204

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

Shades of Scandal #ABDACC

Tints of Scandal #ABDACC

RGB

 RED value IS 171 (67.19% from 255) = 28.84%

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

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

R = 28.84%
G = 36.76%
B = 34.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ABDACC (or 0xABDACC) is known color: Scandal. HEX triplet: AB, DA and CC. RGB value is (171,218,204). Sum of RGB (Red+Green+Blue) = 171+218+204=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDACC is #542533. Grayscale: #CACACA. Windows color (decimal): -5514548 or 13425323. OLE color: 13425323.

HSL color Cylindrical-coordinate representation of color #ABDACC: hue angle of 162.13º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDACC is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 204 -
CMYK 0.22 0 0.06 0.15
HSL 162.13º 0.39% 0.76% -
HSV(B) 162.13º 0.22% 0.85% -
XYZ 52.77 63.16 66.54 -
YUV 202.35 128.93 105.64 -
System Red Green Blue C M Y K H S L
Decimal 171 218 204 0.22 0 0.06 0.15 162.13 0.39 0.76
Hex AB DA CC 16 0 6 F A2 27 4C
Octal 253 332 314 26 0 6 17 242 47 114
Binary 10101011 11011010 11001100 10110 0 110 1111 10100010 100111 1001100

Color Harmonies of #ABDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDACC

Black with #ABDACC

Text Example


Text Example

White with #ABDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDACC; }

 p { color: rgb(171,218,204); }

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

background-color css

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

 a { background-color: rgb(171,218,204); }

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

border-color css

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

 span { border-color: rgb(171,218,204); }

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