Html Css Color HEX #ABD4CC Scandal

📋 copy color: '#ABD4CC'

red 171 ◦ green 212 ◦ blue 204

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

Shades of Scandal #ABD4CC

Tints of Scandal #ABD4CC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 29.13%
G = 36.12%
B = 34.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#ABD4CC (or 0xABD4CC) is known color: Scandal. HEX triplet: AB, D4 and CC. RGB value is (171,212,204). Sum of RGB (Red+Green+Blue) = 171+212+204=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD4CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD4CC is #542B33. Grayscale: #C6C6C6. Windows color (decimal): -5516084 or 13423787. OLE color: 13423787.

HSL color Cylindrical-coordinate representation of color #ABD4CC: hue angle of 168.29º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD4CC is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 204 -
CMYK 0.19 0 0.04 0.17
HSL 168.29º 0.32% 0.75% -
HSV(B) 168.29º 0.19% 0.83% -
XYZ 51.24 60.1 66.03 -
YUV 198.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 171 212 204 0.19 0 0.04 0.17 168.29 0.32 0.75
Hex AB D4 CC 13 0 4 11 A8 20 4B
Octal 253 324 314 23 0 4 21 250 40 113
Binary 10101011 11010100 11001100 10011 0 100 10001 10101000 100000 1001011

Color Harmonies of #ABD4CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD4CC

Black with #ABD4CC

Text Example


Text Example

White with #ABD4CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD4CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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