Html Css Color HEX #ADDCE1 Powder Blue

📋 copy color: '#ADDCE1'

red 173 ◦ green 220 ◦ blue 225

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

Shades of Powder Blue #ADDCE1

Tints of Powder Blue #ADDCE1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.6%

 BLUE value IS 225 (88.28% from 255) = 36.41%

R = 27.99%
G = 35.6%
B = 36.41%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#ADDCE1 (or 0xADDCE1) is known color: Powder Blue. HEX triplet: AD, DC and E1. RGB value is (173,220,225). Sum of RGB (Red+Green+Blue) = 173+220+225=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #ADDCE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCE1 is #52231E. Grayscale: #CECECE. Windows color (decimal): -5382943 or 14802093. OLE color: 14802093.

HSL color Cylindrical-coordinate representation of color #ADDCE1: hue angle of 185.77º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADDCE1 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 220 225 -
CMYK 0.23 0.02 0 0.12
HSL 185.77º 0.46% 0.78% -
HSV(B) 185.77º 0.23% 0.88% -
XYZ 56.42 65.51 80.9 -
YUV 206.52 138.43 104.09 -
System Red Green Blue C M Y K H S L
Decimal 173 220 225 0.23 0.02 0 0.12 185.77 0.46 0.78
Hex AD DC E1 17 2 0 C BA 2E 4E
Octal 255 334 341 27 2 0 14 272 56 116
Binary 10101101 11011100 11100001 10111 10 0 1100 10111010 101110 1001110

Color Harmonies of #ADDCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCE1

Black with #ADDCE1

Text Example


Text Example

White with #ADDCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCE1; }

 p { color: rgb(173,220,225); }

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

background-color css

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

 a { background-color: rgb(173,220,225); }

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

border-color css

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

 span { border-color: rgb(173,220,225); }

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