Html Css Color HEX #ADDFE5 Powder Blue

📋 copy color: '#ADDFE5'

red 173 ◦ green 223 ◦ blue 229

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

Shades of Powder Blue #ADDFE5

Tints of Powder Blue #ADDFE5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.68%

 BLUE value IS 229 (89.84% from 255) = 36.64%

R = 27.68%
G = 35.68%
B = 36.64%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#ADDFE5 (or 0xADDFE5) is known color: Powder Blue. HEX triplet: AD, DF and E5. RGB value is (173,223,229). Sum of RGB (Red+Green+Blue) = 173+223+229=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #ADDFE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFE5 is #52201A. Grayscale: #D0D0D0. Windows color (decimal): -5382171 or 15065005. OLE color: 15065005.

HSL color Cylindrical-coordinate representation of color #ADDFE5: hue angle of 186.43º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDFE5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 223 229 -
CMYK 0.24 0.03 0 0.10
HSL 186.43º 0.52% 0.79% -
HSV(B) 186.43º 0.24% 0.9% -
XYZ 57.76 67.32 84.08 -
YUV 208.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 173 223 229 0.24 0.03 0 0.10 186.43 0.52 0.79
Hex AD DF E5 18 3 0 A BA 34 4F
Octal 255 337 345 30 3 0 12 272 64 117
Binary 10101101 11011111 11100101 11000 11 0 1010 10111010 110100 1001111

Color Harmonies of #ADDFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFE5

Black with #ADDFE5

Text Example


Text Example

White with #ADDFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFE5; }

 p { color: rgb(173,223,229); }

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

background-color css

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

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

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

border-color css

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

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

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