Html Css Color HEX #ABDBDD Powder Blue

📋 copy color: '#ABDBDD'

red 171 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #ABDBDD

Tints of Powder Blue #ABDBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.84%

 BLUE value IS 221 (86.72% from 255) = 36.17%

R = 27.99%
G = 35.84%
B = 36.17%

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

#ABDBDD (or 0xABDBDD) is known color: Powder Blue. HEX triplet: AB, DB and DD. RGB value is (171,219,221). Sum of RGB (Red+Green+Blue) = 171+219+221=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 221 (86.72% from 255 or 36.17% from 611); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBDD is #542422. Grayscale: #CCCCCC. Windows color (decimal): -5514275 or 14539691. OLE color: 14539691.

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

Color convert

RGB 171 219 221 -
CMYK 0.23 0.01 0 0.13
HSL 182.4º 0.42% 0.77% -
HSV(B) 182.4º 0.23% 0.87% -
XYZ 55.18 64.54 77.96 -
YUV 204.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 171 219 221 0.23 0.01 0 0.13 182.4 0.42 0.77
Hex AB DB DD 17 1 0 D B6 2A 4D
Octal 253 333 335 27 1 0 15 266 52 115
Binary 10101011 11011011 11011101 10111 1 0 1101 10110110 101010 1001101

Color Harmonies of #ABDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDBDD

Black with #ABDBDD

Text Example


Text Example

White with #ABDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDBDD; }

 p { color: rgb(171,219,221); }

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

background-color css

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

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

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

border-color css

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

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

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