Html Css Color HEX #ABDFDA Scandal

📋 copy color: '#ABDFDA'

red 171 ◦ green 223 ◦ blue 218

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

Shades of Scandal #ABDFDA

Tints of Scandal #ABDFDA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.44%

 BLUE value IS 218 (85.55% from 255) = 35.62%

R = 27.94%
G = 36.44%
B = 35.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ABDFDA (or 0xABDFDA) is known color: Scandal. HEX triplet: AB, DF and DA. RGB value is (171,223,218). Sum of RGB (Red+Green+Blue) = 171+223+218=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFDA is #542025. Grayscale: #CECECE. Windows color (decimal): -5513254 or 14344107. OLE color: 14344107.

HSL color Cylindrical-coordinate representation of color #ABDFDA: hue angle of 174.23º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDFDA is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 218 -
CMYK 0.23 0 0.02 0.13
HSL 174.23º 0.45% 0.77% -
HSV(B) 174.23º 0.23% 0.87% -
XYZ 55.84 66.5 76.22 -
YUV 206.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 171 223 218 0.23 0 0.02 0.13 174.23 0.45 0.77
Hex AB DF DA 17 0 2 D AE 2D 4D
Octal 253 337 332 27 0 2 15 256 55 115
Binary 10101011 11011111 11011010 10111 0 10 1101 10101110 101101 1001101

Color Harmonies of #ABDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFDA

Black with #ABDFDA

Text Example


Text Example

White with #ABDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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