Html Css Color HEX #ADDBE2 Powder Blue

📋 copy color: '#ADDBE2'

red 173 ◦ green 219 ◦ blue 226

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

Shades of Powder Blue #ADDBE2

Tints of Powder Blue #ADDBE2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.44%

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

R = 27.99%
G = 35.44%
B = 36.57%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADDBE2 (or 0xADDBE2) is known color: Powder Blue. HEX triplet: AD, DB and E2. RGB value is (173,219,226). Sum of RGB (Red+Green+Blue) = 173+219+226=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 226 (88.67% from 255 or 36.57% from 618); Max value from RGB is 226 - color contains mainly: blue. Hex color #ADDBE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBE2 is #52241D. Grayscale: #CDCDCD. Windows color (decimal): -5383198 or 14867373. OLE color: 14867373.

HSL color Cylindrical-coordinate representation of color #ADDBE2: hue angle of 187.92º 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 #ADDBE2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 173 219 226 -
CMYK 0.23 0.03 0 0.11
HSL 187.92º 0.48% 0.78% -
HSV(B) 187.92º 0.23% 0.89% -
XYZ 56.29 65.04 81.54 -
YUV 206.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 173 219 226 0.23 0.03 0 0.11 187.92 0.48 0.78
Hex AD DB E2 17 3 0 B BC 30 4E
Octal 255 333 342 27 3 0 13 274 60 116
Binary 10101101 11011011 11100010 10111 11 0 1011 10111100 110000 1001110

Color Harmonies of #ADDBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBE2

Black with #ADDBE2

Text Example


Text Example

White with #ADDBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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