Html Css Color HEX #ADDEDD Powder Blue

📋 copy color: '#ADDEDD'

red 173 ◦ green 222 ◦ blue 221

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

Shades of Powder Blue #ADDEDD

Tints of Powder Blue #ADDEDD

RGB

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

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

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

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

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

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

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

Color convert

RGB 173 222 221 -
CMYK 0.22 0 0.00 0.13
HSL 178.78º 0.43% 0.77% -
HSV(B) 178.78º 0.22% 0.87% -
XYZ 56.41 66.35 78.24 -
YUV 207.24 135.77 103.58 -
System Red Green Blue C M Y K H S L
Decimal 173 222 221 0.22 0 0.00 0.13 178.78 0.43 0.77
Hex AD DE DD 16 0 0 D B3 2B 4D
Octal 255 336 335 26 0 0 15 263 53 115
Binary 10101101 11011110 11011101 10110 0 0 1101 10110011 101011 1001101

Color Harmonies of #ADDEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEDD

Black with #ADDEDD

Text Example


Text Example

White with #ADDEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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