Html Css Color HEX #ADDEE9 Powder Blue

📋 copy color: '#ADDEE9'

red 173 ◦ green 222 ◦ blue 233

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

Shades of Powder Blue #ADDEE9

Tints of Powder Blue #ADDEE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.1%

R = 27.55%
G = 35.35%
B = 37.1%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDEE9 (or 0xADDEE9) is known color: Powder Blue. HEX triplet: AD, DE and E9. RGB value is (173,222,233). Sum of RGB (Red+Green+Blue) = 173+222+233=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 222 (87.11% from 255 or 35.35% from 628); Blue value is 233 (91.41% from 255 or 37.10% from 628); Max value from RGB is 233 - color contains mainly: blue. Hex color #ADDEE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEE9 is #522116. Grayscale: #D0D0D0. Windows color (decimal): -5382423 or 15326893. OLE color: 15326893.

HSL color Cylindrical-coordinate representation of color #ADDEE9: hue angle of 191º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ADDEE9 is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 222 233 -
CMYK 0.26 0.05 0 0.09
HSL 191º 0.58% 0.8% -
HSV(B) 191º 0.26% 0.91% -
XYZ 58.06 67.01 86.96 -
YUV 208.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 173 222 233 0.26 0.05 0 0.09 191 0.58 0.8
Hex AD DE E9 1A 5 0 9 BF 3A 50
Octal 255 336 351 32 5 0 11 277 72 120
Binary 10101101 11011110 11101001 11010 101 0 1001 10111111 111010 1010000

Color Harmonies of #ADDEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEE9

Black with #ADDEE9

Text Example


Text Example

White with #ADDEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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