Html Css Color HEX #ADDBDD Powder Blue

📋 copy color: '#ADDBDD'

red 173 ◦ green 219 ◦ blue 221

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

Shades of Powder Blue #ADDBDD

Tints of Powder Blue #ADDBDD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.73%

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

R = 28.22%
G = 35.73%
B = 36.05%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADDBDD (or 0xADDBDD) is known color: Powder Blue. HEX triplet: AD, DB and DD. RGB value is (173,219,221). Sum of RGB (Red+Green+Blue) = 173+219+221=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #ADDBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDD is #522422. Grayscale: #CDCDCD. Windows color (decimal): -5383203 or 14539693. OLE color: 14539693.

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

Color convert

RGB 173 219 221 -
CMYK 0.22 0.01 0 0.13
HSL 182.5º 0.41% 0.77% -
HSV(B) 182.5º 0.22% 0.87% -
XYZ 55.62 64.77 77.98 -
YUV 205.47 136.76 104.84 -
System Red Green Blue C M Y K H S L
Decimal 173 219 221 0.22 0.01 0 0.13 182.5 0.41 0.77
Hex AD DB DD 16 1 0 D B6 29 4D
Octal 255 333 335 26 1 0 15 266 51 115
Binary 10101101 11011011 11011101 10110 1 0 1101 10110110 101001 1001101

Color Harmonies of #ADDBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBDD

Black with #ADDBDD

Text Example


Text Example

White with #ADDBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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