Html Css Color HEX #ADDEE7 Powder Blue

📋 copy color: '#ADDEE7'

red 173 ◦ green 222 ◦ blue 231

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

Shades of Powder Blue #ADDEE7

Tints of Powder Blue #ADDEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 36.9%

R = 27.64%
G = 35.46%
B = 36.9%

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

#ADDEE7 (or 0xADDEE7) is known color: Powder Blue. HEX triplet: AD, DE and E7. RGB value is (173,222,231). Sum of RGB (Red+Green+Blue) = 173+222+231=626 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.64% from 626); Green value is 222 (87.11% from 255 or 35.46% from 626); Blue value is 231 (90.62% from 255 or 36.90% from 626); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDEE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDEE7 is #522118. Grayscale: #D0D0D0. Windows color (decimal): -5382425 or 15195821. OLE color: 15195821.

HSL color Cylindrical-coordinate representation of color #ADDEE7: hue angle of 189.31º degrees, saturation: 0.55, 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 #ADDEE7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 222 231 -
CMYK 0.25 0.04 0 0.09
HSL 189.31º 0.55% 0.79% -
HSV(B) 189.31º 0.25% 0.91% -
XYZ 57.78 66.9 85.47 -
YUV 208.38 140.77 102.77 -
System Red Green Blue C M Y K H S L
Decimal 173 222 231 0.25 0.04 0 0.09 189.31 0.55 0.79
Hex AD DE E7 19 4 0 9 BD 37 4F
Octal 255 336 347 31 4 0 11 275 67 117
Binary 10101101 11011110 11100111 11001 100 0 1001 10111101 110111 1001111

Color Harmonies of #ADDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEE7

Black with #ADDEE7

Text Example


Text Example

White with #ADDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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