Html Css Color HEX #AEDCDF Powder Blue

📋 copy color: '#AEDCDF'

red 174 ◦ green 220 ◦ blue 223

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

Shades of Powder Blue #AEDCDF

Tints of Powder Blue #AEDCDF

RGB

 RED value IS 174 (68.36% from 255) = 28.2%

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

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

R = 28.2%
G = 35.66%
B = 36.14%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AEDCDF (or 0xAEDCDF) is known color: Powder Blue. HEX triplet: AE, DC and DF. RGB value is (174,220,223). Sum of RGB (Red+Green+Blue) = 174+220+223=617 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.20% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #AEDCDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCDF is #512320. Grayscale: #CECECE. Windows color (decimal): -5317409 or 14671022. OLE color: 14671022.

HSL color Cylindrical-coordinate representation of color #AEDCDF: hue angle of 183.67º degrees, saturation: 0.43, 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 #AEDCDF is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 220 223 -
CMYK 0.22 0.01 0 0.13
HSL 183.67º 0.43% 0.78% -
HSV(B) 183.67º 0.22% 0.87% -
XYZ 56.37 65.51 79.49 -
YUV 206.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 174 220 223 0.22 0.01 0 0.13 183.67 0.43 0.78
Hex AE DC DF 16 1 0 D B8 2B 4E
Octal 256 334 337 26 1 0 15 270 53 116
Binary 10101110 11011100 11011111 10110 1 0 1101 10111000 101011 1001110

Color Harmonies of #AEDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCDF

Black with #AEDCDF

Text Example


Text Example

White with #AEDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCDF; }

 p { color: rgb(174,220,223); }

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

background-color css

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

 a { background-color: rgb(174,220,223); }

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

border-color css

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

 span { border-color: rgb(174,220,223); }

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