Html Css Color HEX #ADDDDC Powder Blue

📋 copy color: '#ADDDDC'

red 173 ◦ green 221 ◦ blue 220

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

Shades of Powder Blue #ADDDDC

Tints of Powder Blue #ADDDDC

RGB

 RED value IS 173 (67.97% from 255) = 28.18%

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

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

R = 28.18%
G = 35.99%
B = 35.83%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#ADDDDC (or 0xADDDDC) is known color: Powder Blue. HEX triplet: AD, DD and DC. RGB value is (173,221,220). Sum of RGB (Red+Green+Blue) = 173+221+220=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 220 (86.33% from 255 or 35.83% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDDC is #522223. Grayscale: #CECECE. Windows color (decimal): -5382692 or 14474669. OLE color: 14474669.

HSL color Cylindrical-coordinate representation of color #ADDDDC: hue angle of 178.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDDC is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 221 220 -
CMYK 0.22 0 0.00 0.13
HSL 178.75º 0.41% 0.77% -
HSV(B) 178.75º 0.22% 0.87% -
XYZ 56.01 65.76 77.45 -
YUV 206.53 135.6 104.08 -
System Red Green Blue C M Y K H S L
Decimal 173 221 220 0.22 0 0.00 0.13 178.75 0.41 0.77
Hex AD DD DC 16 0 0 D B3 29 4D
Octal 255 335 334 26 0 0 15 263 51 115
Binary 10101101 11011101 11011100 10110 0 0 1101 10110011 101001 1001101

Color Harmonies of #ADDDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDDC

Black with #ADDDDC

Text Example


Text Example

White with #ADDDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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