Html Css Color HEX #ADE0E2 Powder Blue

📋 copy color: '#ADE0E2'

red 173 ◦ green 224 ◦ blue 226

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

Shades of Powder Blue #ADE0E2

Tints of Powder Blue #ADE0E2

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.96%

 BLUE value IS 226 (88.67% from 255) = 36.28%

R = 27.77%
G = 35.96%
B = 36.28%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADE0E2 (or 0xADE0E2) is known color: Powder Blue. HEX triplet: AD, E0 and E2. RGB value is (173,224,226). Sum of RGB (Red+Green+Blue) = 173+224+226=623 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.77% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADE0E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE0E2 is #521F1D. Grayscale: #D0D0D0. Windows color (decimal): -5381918 or 14868653. OLE color: 14868653.

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

Color convert

RGB 173 224 226 -
CMYK 0.23 0.01 0 0.11
HSL 182.26º 0.48% 0.78% -
HSV(B) 182.26º 0.23% 0.89% -
XYZ 57.62 67.69 81.98 -
YUV 208.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 173 224 226 0.23 0.01 0 0.11 182.26 0.48 0.78
Hex AD E0 E2 17 1 0 B B6 30 4E
Octal 255 340 342 27 1 0 13 266 60 116
Binary 10101101 11100000 11100010 10111 1 0 1011 10110110 110000 1001110

Color Harmonies of #ADE0E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE0E2

Black with #ADE0E2

Text Example


Text Example

White with #ADE0E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE0E2; }

 p { color: rgb(173,224,226); }

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

background-color css

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

 a { background-color: rgb(173,224,226); }

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

border-color css

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

 span { border-color: rgb(173,224,226); }

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