Html Css Color HEX #ADD8DA Powder Blue

📋 copy color: '#ADD8DA'

red 173 ◦ green 216 ◦ blue 218

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

Shades of Powder Blue #ADD8DA

Tints of Powder Blue #ADD8DA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.58%

 BLUE value IS 218 (85.55% from 255) = 35.91%

R = 28.5%
G = 35.58%
B = 35.91%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADD8DA (or 0xADD8DA) is known color: Powder Blue. HEX triplet: AD, D8 and DA. RGB value is (173,216,218). Sum of RGB (Red+Green+Blue) = 173+216+218=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 218 (85.55% from 255 or 35.91% from 607); Max value from RGB is 218 - color contains mainly: blue. Hex color #ADD8DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8DA is #522725. Grayscale: #CBCBCB. Windows color (decimal): -5383974 or 14342317. OLE color: 14342317.

HSL color Cylindrical-coordinate representation of color #ADD8DA: hue angle of 182.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADD8DA is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 216 218 -
CMYK 0.21 0.01 0 0.15
HSL 182.67º 0.38% 0.77% -
HSV(B) 182.67º 0.21% 0.85% -
XYZ 54.44 63.06 75.63 -
YUV 203.37 136.25 106.34 -
System Red Green Blue C M Y K H S L
Decimal 173 216 218 0.21 0.01 0 0.15 182.67 0.38 0.77
Hex AD D8 DA 15 1 0 F B7 26 4D
Octal 255 330 332 25 1 0 17 267 46 115
Binary 10101101 11011000 11011010 10101 1 0 1111 10110111 100110 1001101

Color Harmonies of #ADD8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8DA

Black with #ADD8DA

Text Example


Text Example

White with #ADD8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8DA; }

 p { color: rgb(173,216,218); }

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

background-color css

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

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

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

border-color css

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

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

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