Html Css Color HEX #ABDADF Powder Blue

📋 copy color: '#ABDADF'

red 171 ◦ green 218 ◦ blue 223

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

Shades of Powder Blue #ABDADF

Tints of Powder Blue #ABDADF

RGB

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

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

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

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

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABDADF (or 0xABDADF) is known color: Powder Blue. HEX triplet: AB, DA and DF. RGB value is (171,218,223). Sum of RGB (Red+Green+Blue) = 171+218+223=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 223 (87.5% from 255 or 36.44% from 612); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABDADF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDADF is #542520. Grayscale: #CCCCCC. Windows color (decimal): -5514529 or 14670507. OLE color: 14670507.

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

Color convert

RGB 171 218 223 -
CMYK 0.23 0.02 0 0.13
HSL 185.77º 0.45% 0.77% -
HSV(B) 185.77º 0.23% 0.87% -
XYZ 55.19 64.13 79.28 -
YUV 204.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 171 218 223 0.23 0.02 0 0.13 185.77 0.45 0.77
Hex AB DA DF 17 2 0 D BA 2D 4D
Octal 253 332 337 27 2 0 15 272 55 115
Binary 10101011 11011010 11011111 10111 10 0 1101 10111010 101101 1001101

Color Harmonies of #ABDADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDADF

Black with #ABDADF

Text Example


Text Example

White with #ABDADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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