Html Css Color HEX #ADDDDE Powder Blue

📋 copy color: '#ADDDDE'

red 173 ◦ green 221 ◦ blue 222

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

Shades of Powder Blue #ADDDDE

Tints of Powder Blue #ADDDDE

RGB

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

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

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

R = 28.08%
G = 35.88%
B = 36.04%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADDDDE (or 0xADDDDE) is known color: Powder Blue. HEX triplet: AD, DD and DE. RGB value is (173,221,222). Sum of RGB (Red+Green+Blue) = 173+221+222=616 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.08% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 222 (87.11% from 255 or 36.04% from 616); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADDDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDDE is #522221. Grayscale: #CECECE. Windows color (decimal): -5382690 or 14605741. OLE color: 14605741.

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

Color convert

RGB 173 221 222 -
CMYK 0.22 0.00 0 0.13
HSL 181.22º 0.43% 0.77% -
HSV(B) 181.22º 0.22% 0.87% -
XYZ 56.27 65.87 78.86 -
YUV 206.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 173 221 222 0.22 0.00 0 0.13 181.22 0.43 0.77
Hex AD DD DE 16 0 0 D B5 2B 4D
Octal 255 335 336 26 0 0 15 265 53 115
Binary 10101101 11011101 11011110 10110 0 0 1101 10110101 101011 1001101

Color Harmonies of #ADDDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDDE

Black with #ADDDDE

Text Example


Text Example

White with #ADDDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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