Html Css Color HEX #ADDDE7 Powder Blue

📋 copy color: '#ADDDE7'

red 173 ◦ green 221 ◦ blue 231

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

Shades of Powder Blue #ADDDE7

Tints of Powder Blue #ADDDE7

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.36%

 BLUE value IS 231 (90.63% from 255) = 36.96%

R = 27.68%
G = 35.36%
B = 36.96%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#ADDDE7 (or 0xADDDE7) is known color: Powder Blue. HEX triplet: AD, DD and E7. RGB value is (173,221,231). Sum of RGB (Red+Green+Blue) = 173+221+231=625 (82% of max value = 765). Red value is 173 (67.97% from 255 or 27.68% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 231 (90.62% from 255 or 36.96% from 625); Max value from RGB is 231 - color contains mainly: blue. Hex color #ADDDE7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ADDDE7 is #522218. Grayscale: #CFCFCF. Windows color (decimal): -5382681 or 15195565. OLE color: 15195565.

HSL color Cylindrical-coordinate representation of color #ADDDE7: hue angle of 190.34º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADDDE7 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 221 231 -
CMYK 0.25 0.04 0 0.09
HSL 190.34º 0.55% 0.79% -
HSV(B) 190.34º 0.25% 0.91% -
XYZ 57.51 66.37 85.38 -
YUV 207.79 141.1 103.19 -
System Red Green Blue C M Y K H S L
Decimal 173 221 231 0.25 0.04 0 0.09 190.34 0.55 0.79
Hex AD DD E7 19 4 0 9 BE 37 4F
Octal 255 335 347 31 4 0 11 276 67 117
Binary 10101101 11011101 11100111 11001 100 0 1001 10111110 110111 1001111

Color Harmonies of #ADDDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDE7

Black with #ADDDE7

Text Example


Text Example

White with #ADDDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDE7; }

 p { color: rgb(173,221,231); }

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

background-color css

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

 a { background-color: rgb(173,221,231); }

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

border-color css

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

 span { border-color: rgb(173,221,231); }

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