Html Css Color HEX #ABDDE0 Powder Blue

📋 copy color: '#ABDDE0'

red 171 ◦ green 221 ◦ blue 224

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

Shades of Powder Blue #ABDDE0

Tints of Powder Blue #ABDDE0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.88%

 BLUE value IS 224 (87.89% from 255) = 36.36%

R = 27.76%
G = 35.88%
B = 36.36%

CMYK

 C value IS 0.24

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABDDE0 (or 0xABDDE0) is known color: Powder Blue. HEX triplet: AB, DD and E0. RGB value is (171,221,224). Sum of RGB (Red+Green+Blue) = 171+221+224=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 224 (87.89% from 255 or 36.36% from 616); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABDDE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDE0 is #54221F. Grayscale: #CECECE. Windows color (decimal): -5513760 or 14736811. OLE color: 14736811.

HSL color Cylindrical-coordinate representation of color #ABDDE0: hue angle of 183.4º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABDDE0 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 171 221 224 -
CMYK 0.24 0.01 0 0.12
HSL 183.4º 0.46% 0.77% -
HSV(B) 183.4º 0.24% 0.88% -
XYZ 56.11 65.75 80.26 -
YUV 206.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 171 221 224 0.24 0.01 0 0.12 183.4 0.46 0.77
Hex AB DD E0 18 1 0 C B7 2E 4D
Octal 253 335 340 30 1 0 14 267 56 115
Binary 10101011 11011101 11100000 11000 1 0 1100 10110111 101110 1001101

Color Harmonies of #ABDDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDE0

Black with #ABDDE0

Text Example


Text Example

White with #ABDDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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