Html Css Color HEX #ABDEDE Powder Blue

📋 copy color: '#ABDEDE'

red 171 ◦ green 222 ◦ blue 222

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

Shades of Powder Blue #ABDEDE

Tints of Powder Blue #ABDEDE

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.1%

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

R = 27.8%
G = 36.1%
B = 36.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ABDEDE (or 0xABDEDE) is known color: Powder Blue. HEX triplet: AB, DE and DE. RGB value is (171,222,222). Sum of RGB (Red+Green+Blue) = 171+222+222=615 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.80% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 222 (87.11% from 255 or 36.10% from 615); Max value from RGB is 222 - color contains mainly: green, blue. Hex color #ABDEDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEDE is #542121. Grayscale: #CECECE. Windows color (decimal): -5513506 or 14605995. OLE color: 14605995.

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

Color convert

RGB 171 222 222 -
CMYK 0.23 0 0 0.13
HSL 180º 0.44% 0.77% -
HSV(B) 180º 0.23% 0.87% -
XYZ 56.1 66.17 78.92 -
YUV 206.75 136.6 102.5 -
System Red Green Blue C M Y K H S L
Decimal 171 222 222 0.23 0 0 0.13 180 0.44 0.77
Hex AB DE DE 17 0 0 D B4 2C 4D
Octal 253 336 336 27 0 0 15 264 54 115
Binary 10101011 11011110 11011110 10111 0 0 1101 10110100 101100 1001101

Color Harmonies of #ABDEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDEDE

Black with #ABDEDE

Text Example


Text Example

White with #ABDEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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