Html Css Color HEX #ABDCE0 Powder Blue

📋 copy color: '#ABDCE0'

red 171 ◦ green 220 ◦ blue 224

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

Shades of Powder Blue #ABDCE0

Tints of Powder Blue #ABDCE0

RGB

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

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

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

R = 27.8%
G = 35.77%
B = 36.42%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ABDCE0 (or 0xABDCE0) is known color: Powder Blue. HEX triplet: AB, DC and E0. RGB value is (171,220,224). Sum of RGB (Red+Green+Blue) = 171+220+224=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #ABDCE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCE0 is #54231F. Grayscale: #CDCDCD. Windows color (decimal): -5514016 or 14736555. OLE color: 14736555.

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

Color convert

RGB 171 220 224 -
CMYK 0.24 0.02 0 0.12
HSL 184.53º 0.46% 0.77% -
HSV(B) 184.53º 0.24% 0.88% -
XYZ 55.84 65.23 80.17 -
YUV 205.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 171 220 224 0.24 0.02 0 0.12 184.53 0.46 0.77
Hex AB DC E0 18 2 0 C B9 2E 4D
Octal 253 334 340 30 2 0 14 271 56 115
Binary 10101011 11011100 11100000 11000 10 0 1100 10111001 101110 1001101

Color Harmonies of #ABDCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCE0

Black with #ABDCE0

Text Example


Text Example

White with #ABDCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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