Html Css Color HEX #ABDADD Powder Blue

📋 copy color: '#ABDADD'

red 171 ◦ green 218 ◦ blue 221

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

Shades of Powder Blue #ABDADD

Tints of Powder Blue #ABDADD

RGB

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

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

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

R = 28.03%
G = 35.74%
B = 36.23%

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

#ABDADD (or 0xABDADD) is known color: Powder Blue. HEX triplet: AB, DA and DD. RGB value is (171,218,221). Sum of RGB (Red+Green+Blue) = 171+218+221=610 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.03% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 221 (86.72% from 255 or 36.23% from 610); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABDADD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDADD is #542522. Grayscale: #CCCCCC. Windows color (decimal): -5514531 or 14539435. OLE color: 14539435.

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

Color convert

RGB 171 218 221 -
CMYK 0.23 0.01 0 0.13
HSL 183.6º 0.42% 0.77% -
HSV(B) 183.6º 0.23% 0.87% -
XYZ 54.92 64.02 77.87 -
YUV 204.29 137.43 104.26 -
System Red Green Blue C M Y K H S L
Decimal 171 218 221 0.23 0.01 0 0.13 183.6 0.42 0.77
Hex AB DA DD 17 1 0 D B8 2A 4D
Octal 253 332 335 27 1 0 15 270 52 115
Binary 10101011 11011010 11011101 10111 1 0 1101 10111000 101010 1001101

Color Harmonies of #ABDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDADD

Black with #ABDADD

Text Example


Text Example

White with #ABDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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