Html Css Color HEX #ADDCE3 Powder Blue

📋 copy color: '#ADDCE3'

red 173 ◦ green 220 ◦ blue 227

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

Shades of Powder Blue #ADDCE3

Tints of Powder Blue #ADDCE3

RGB

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

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

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

R = 27.9%
G = 35.48%
B = 36.61%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#ADDCE3 (or 0xADDCE3) is known color: Powder Blue. HEX triplet: AD, DC and E3. RGB value is (173,220,227). Sum of RGB (Red+Green+Blue) = 173+220+227=620 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.90% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #ADDCE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCE3 is #52231C. Grayscale: #CECECE. Windows color (decimal): -5382941 or 14933165. OLE color: 14933165.

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

Color convert

RGB 173 220 227 -
CMYK 0.24 0.03 0 0.11
HSL 187.78º 0.49% 0.78% -
HSV(B) 187.78º 0.24% 0.89% -
XYZ 56.69 65.62 82.35 -
YUV 206.75 139.43 103.93 -
System Red Green Blue C M Y K H S L
Decimal 173 220 227 0.24 0.03 0 0.11 187.78 0.49 0.78
Hex AD DC E3 18 3 0 B BC 31 4E
Octal 255 334 343 30 3 0 13 274 61 116
Binary 10101101 11011100 11100011 11000 11 0 1011 10111100 110001 1001110

Color Harmonies of #ADDCE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCE3

Black with #ADDCE3

Text Example


Text Example

White with #ADDCE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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