Html Css Color HEX #ABDCE1 Powder Blue

📋 copy color: '#ABDCE1'

red 171 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #ABDCE1

Tints of Powder Blue #ABDCE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 27.76%
G = 35.71%
B = 36.53%

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

#ABDCE1 (or 0xABDCE1) is known color: Powder Blue. HEX triplet: AB, DC and E1. RGB value is (171,220,225). Sum of RGB (Red+Green+Blue) = 171+220+225=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #ABDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCE1 is #54231E. Grayscale: #CDCDCD. Windows color (decimal): -5514015 or 14802091. OLE color: 14802091.

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

Color convert

RGB 171 220 225 -
CMYK 0.24 0.02 0 0.12
HSL 185.56º 0.47% 0.78% -
HSV(B) 185.56º 0.24% 0.88% -
XYZ 55.98 65.28 80.88 -
YUV 205.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 171 220 225 0.24 0.02 0 0.12 185.56 0.47 0.78
Hex AB DC E1 18 2 0 C BA 2F 4E
Octal 253 334 341 30 2 0 14 272 57 116
Binary 10101011 11011100 11100001 11000 10 0 1100 10111010 101111 1001110

Color Harmonies of #ABDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCE1

Black with #ABDCE1

Text Example


Text Example

White with #ABDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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