Html Css Color HEX #ADDFE8 Powder Blue

📋 copy color: '#ADDFE8'

red 173 ◦ green 223 ◦ blue 232

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

Shades of Powder Blue #ADDFE8

Tints of Powder Blue #ADDFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 36.94%

R = 27.55%
G = 35.51%
B = 36.94%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDFE8 (or 0xADDFE8) is known color: Powder Blue. HEX triplet: AD, DF and E8. RGB value is (173,223,232). Sum of RGB (Red+Green+Blue) = 173+223+232=628 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.55% from 628); Green value is 223 (87.5% from 255 or 35.51% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #ADDFE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDFE8 is #522017. Grayscale: #D0D0D0. Windows color (decimal): -5382168 or 15261613. OLE color: 15261613.

HSL color Cylindrical-coordinate representation of color #ADDFE8: hue angle of 189.15º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDFE8 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 223 232 -
CMYK 0.25 0.04 0 0.09
HSL 189.15º 0.56% 0.79% -
HSV(B) 189.15º 0.25% 0.91% -
XYZ 58.19 67.49 86.3 -
YUV 209.08 140.94 102.27 -
System Red Green Blue C M Y K H S L
Decimal 173 223 232 0.25 0.04 0 0.09 189.15 0.56 0.79
Hex AD DF E8 19 4 0 9 BD 38 4F
Octal 255 337 350 31 4 0 11 275 70 117
Binary 10101101 11011111 11101000 11001 100 0 1001 10111101 111000 1001111

Color Harmonies of #ADDFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFE8

Black with #ADDFE8

Text Example


Text Example

White with #ADDFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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