Html Css Color HEX #ABDCDE Powder Blue

📋 copy color: '#ABDCDE'

red 171 ◦ green 220 ◦ blue 222

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

Shades of Powder Blue #ABDCDE

Tints of Powder Blue #ABDCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.22%

R = 27.9%
G = 35.89%
B = 36.22%

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

#ABDCDE (or 0xABDCDE) is known color: Powder Blue. HEX triplet: AB, DC and DE. RGB value is (171,220,222). Sum of RGB (Red+Green+Blue) = 171+220+222=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 222 (87.11% from 255 or 36.22% from 613); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABDCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCDE is #542321. Grayscale: #CDCDCD. Windows color (decimal): -5514018 or 14605483. OLE color: 14605483.

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

Color convert

RGB 171 220 222 -
CMYK 0.23 0.01 0 0.13
HSL 182.35º 0.44% 0.77% -
HSV(B) 182.35º 0.23% 0.87% -
XYZ 55.57 65.12 78.75 -
YUV 205.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 171 220 222 0.23 0.01 0 0.13 182.35 0.44 0.77
Hex AB DC DE 17 1 0 D B6 2C 4D
Octal 253 334 336 27 1 0 15 266 54 115
Binary 10101011 11011100 11011110 10111 1 0 1101 10110110 101100 1001101

Color Harmonies of #ABDCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCDE

Black with #ABDCDE

Text Example


Text Example

White with #ABDCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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