Html Css Color HEX #ADDCDC Powder Blue

📋 copy color: '#ADDCDC'

red 173 ◦ green 220 ◦ blue 220

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

Shades of Powder Blue #ADDCDC

Tints of Powder Blue #ADDCDC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.89%

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

R = 28.22%
G = 35.89%
B = 35.89%

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

#ADDCDC (or 0xADDCDC) is known color: Powder Blue. HEX triplet: AD, DC and DC. RGB value is (173,220,220). Sum of RGB (Red+Green+Blue) = 173+220+220=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: green, blue. Hex color #ADDCDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCDC is #522323. Grayscale: #CDCDCD. Windows color (decimal): -5382948 or 14474413. OLE color: 14474413.

HSL color Cylindrical-coordinate representation of color #ADDCDC: hue angle of 180º degrees, saturation: 0.4, 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 #ADDCDC is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 220 -
CMYK 0.21 0 0 0.14
HSL 180º 0.4% 0.77% -
HSV(B) 180º 0.21% 0.86% -
XYZ 55.75 65.24 77.36 -
YUV 205.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 173 220 220 0.21 0 0 0.14 180 0.4 0.77
Hex AD DC DC 15 0 0 E B4 28 4D
Octal 255 334 334 25 0 0 16 264 50 115
Binary 10101101 11011100 11011100 10101 0 0 1110 10110100 101000 1001101

Color Harmonies of #ADDCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCDC

Black with #ADDCDC

Text Example


Text Example

White with #ADDCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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