Html Css Color HEX #ABDDDC Powder Blue

📋 copy color: '#ABDDDC'

red 171 ◦ green 221 ◦ blue 220

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

Shades of Powder Blue #ABDDDC

Tints of Powder Blue #ABDDDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 27.94%
G = 36.11%
B = 35.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#ABDDDC (or 0xABDDDC) is known color: Powder Blue. HEX triplet: AB, DD and DC. RGB value is (171,221,220). Sum of RGB (Red+Green+Blue) = 171+221+220=612 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.94% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDDC is #542223. Grayscale: #CDCDCD. Windows color (decimal): -5513764 or 14474667. OLE color: 14474667.

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

Color convert

RGB 171 221 220 -
CMYK 0.23 0 0.00 0.13
HSL 178.8º 0.42% 0.77% -
HSV(B) 178.8º 0.23% 0.87% -
XYZ 55.57 65.54 77.43 -
YUV 205.94 135.94 103.08 -
System Red Green Blue C M Y K H S L
Decimal 171 221 220 0.23 0 0.00 0.13 178.8 0.42 0.77
Hex AB DD DC 17 0 0 D B3 2A 4D
Octal 253 335 334 27 0 0 15 263 52 115
Binary 10101011 11011101 11011100 10111 0 0 1101 10110011 101010 1001101

Color Harmonies of #ABDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDDDC

Black with #ABDDDC

Text Example


Text Example

White with #ABDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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