Html Css Color HEX #ABDCDF Powder Blue

📋 copy color: '#ABDCDF'

red 171 ◦ green 220 ◦ blue 223

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

Shades of Powder Blue #ABDCDF

Tints of Powder Blue #ABDCDF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

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

R = 27.85%
G = 35.83%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABDCDF (or 0xABDCDF) is known color: Powder Blue. HEX triplet: AB, DC and DF. RGB value is (171,220,223). Sum of RGB (Red+Green+Blue) = 171+220+223=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 223 (87.5% from 255 or 36.32% from 614); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCDF is #542320. Grayscale: #CDCDCD. Windows color (decimal): -5514017 or 14671019. OLE color: 14671019.

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

Color convert

RGB 171 220 223 -
CMYK 0.23 0.01 0 0.13
HSL 183.46º 0.45% 0.77% -
HSV(B) 183.46º 0.23% 0.87% -
XYZ 55.71 65.17 79.46 -
YUV 205.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 171 220 223 0.23 0.01 0 0.13 183.46 0.45 0.77
Hex AB DC DF 17 1 0 D B7 2D 4D
Octal 253 334 337 27 1 0 15 267 55 115
Binary 10101011 11011100 11011111 10111 1 0 1101 10110111 101101 1001101

Color Harmonies of #ABDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCDF

Black with #ABDCDF

Text Example


Text Example

White with #ABDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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