Html Css Color HEX #ADDEDF Powder Blue

📋 copy color: '#ADDEDF'

red 173 ◦ green 222 ◦ blue 223

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

Shades of Powder Blue #ADDEDF

Tints of Powder Blue #ADDEDF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 35.92%

 BLUE value IS 223 (87.5% from 255) = 36.08%

R = 27.99%
G = 35.92%
B = 36.08%

CMYK

 C value IS 0.22

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#ADDEDF (or 0xADDEDF) is known color: Powder Blue. HEX triplet: AD, DE and DF. RGB value is (173,222,223). Sum of RGB (Red+Green+Blue) = 173+222+223=618 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.99% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 223 (87.5% from 255 or 36.08% from 618); Max value from RGB is 223 - color contains mainly: blue. Hex color #ADDEDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDEDF is #522120. Grayscale: #CFCFCF. Windows color (decimal): -5382433 or 14671533. OLE color: 14671533.

HSL color Cylindrical-coordinate representation of color #ADDEDF: hue angle of 181.2º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDEDF is Cyan = 0.22, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 223 -
CMYK 0.22 0.00 0 0.13
HSL 181.2º 0.44% 0.78% -
HSV(B) 181.2º 0.22% 0.87% -
XYZ 56.67 66.45 79.65 -
YUV 207.46 136.77 103.42 -
System Red Green Blue C M Y K H S L
Decimal 173 222 223 0.22 0.00 0 0.13 181.2 0.44 0.78
Hex AD DE DF 16 0 0 D B5 2C 4E
Octal 255 336 337 26 0 0 15 265 54 116
Binary 10101101 11011110 11011111 10110 0 0 1101 10110101 101100 1001110

Color Harmonies of #ADDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDEDF

Black with #ADDEDF

Text Example


Text Example

White with #ADDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDEDF; }

 p { color: rgb(173,222,223); }

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

background-color css

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

 a { background-color: rgb(173,222,223); }

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

border-color css

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

 span { border-color: rgb(173,222,223); }

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