Html Css Color HEX #ABDFDF Powder Blue

📋 copy color: '#ABDFDF'

red 171 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #ABDFDF

Tints of Powder Blue #ABDFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.14%

R = 27.71%
G = 36.14%
B = 36.14%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABDFDF (or 0xABDFDF) is known color: Powder Blue. HEX triplet: AB, DF and DF. RGB value is (171,223,223). Sum of RGB (Red+Green+Blue) = 171+223+223=617 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.71% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #ABDFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFDF is #542020. Grayscale: #CFCFCF. Windows color (decimal): -5513249 or 14671787. OLE color: 14671787.

HSL color Cylindrical-coordinate representation of color #ABDFDF: hue angle of 180º 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 #ABDFDF is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 223 -
CMYK 0.23 0 0 0.13
HSL 180º 0.45% 0.77% -
HSV(B) 180º 0.23% 0.87% -
XYZ 56.5 66.76 79.72 -
YUV 207.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 171 223 223 0.23 0 0 0.13 180 0.45 0.77
Hex AB DF DF 17 0 0 D B4 2D 4D
Octal 253 337 337 27 0 0 15 264 55 115
Binary 10101011 11011111 11011111 10111 0 0 1101 10110100 101101 1001101

Color Harmonies of #ABDFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFDF

Black with #ABDFDF

Text Example


Text Example

White with #ABDFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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