Html Css Color HEX #ADDBDB Powder Blue

📋 copy color: '#ADDBDB'

red 173 ◦ green 219 ◦ blue 219

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

Shades of Powder Blue #ADDBDB

Tints of Powder Blue #ADDBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 28.31%
G = 35.84%
B = 35.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#ADDBDB (or 0xADDBDB) is known color: Powder Blue. HEX triplet: AD, DB and DB. RGB value is (173,219,219). Sum of RGB (Red+Green+Blue) = 173+219+219=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: green, blue. Hex color #ADDBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBDB is #522424. Grayscale: #CDCDCD. Windows color (decimal): -5383205 or 14408621. OLE color: 14408621.

HSL color Cylindrical-coordinate representation of color #ADDBDB: hue angle of 180º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBDB is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 219 -
CMYK 0.21 0 0 0.14
HSL 180º 0.39% 0.77% -
HSV(B) 180º 0.21% 0.86% -
XYZ 55.35 64.66 76.58 -
YUV 205.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 173 219 219 0.21 0 0 0.14 180 0.39 0.77
Hex AD DB DB 15 0 0 E B4 27 4D
Octal 255 333 333 25 0 0 16 264 47 115
Binary 10101101 11011011 11011011 10101 0 0 1110 10110100 100111 1001101

Color Harmonies of #ADDBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBDB

Black with #ADDBDB

Text Example


Text Example

White with #ADDBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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