Html Css Color HEX #ADDEE3 Powder Blue

📋 copy color: '#ADDEE3'

red 173 ◦ green 222 ◦ blue 227

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

Shades of Powder Blue #ADDEE3

Tints of Powder Blue #ADDEE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.5%

R = 27.81%
G = 35.69%
B = 36.5%

CMYK

 C value IS 0.24

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADDEE3 (or 0xADDEE3) is known color: Powder Blue. HEX triplet: AD, DE and E3. RGB value is (173,222,227). Sum of RGB (Red+Green+Blue) = 173+222+227=622 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.81% from 622); Green value is 222 (87.11% from 255 or 35.69% from 622); Blue value is 227 (89.06% from 255 or 36.50% from 622); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADDEE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEE3 is #52211C. Grayscale: #CFCFCF. Windows color (decimal): -5382429 or 14933677. OLE color: 14933677.

HSL color Cylindrical-coordinate representation of color #ADDEE3: hue angle of 185.56º degrees, saturation: 0.49, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ADDEE3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 222 227 -
CMYK 0.24 0.02 0 0.11
HSL 185.56º 0.49% 0.78% -
HSV(B) 185.56º 0.24% 0.89% -
XYZ 57.22 66.67 82.53 -
YUV 207.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 173 222 227 0.24 0.02 0 0.11 185.56 0.49 0.78
Hex AD DE E3 18 2 0 B BA 31 4E
Octal 255 336 343 30 2 0 13 272 61 116
Binary 10101101 11011110 11100011 11000 10 0 1011 10111010 110001 1001110

Color Harmonies of #ADDEE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEE3

Black with #ADDEE3

Text Example


Text Example

White with #ADDEE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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