Html Css Color HEX #AEDADB Powder Blue

📋 copy color: '#AEDADB'

red 174 ◦ green 218 ◦ blue 219

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

Shades of Powder Blue #AEDADB

Tints of Powder Blue #AEDADB

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.68%

 BLUE value IS 219 (85.94% from 255) = 35.84%

R = 28.48%
G = 35.68%
B = 35.84%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AEDADB (or 0xAEDADB) is known color: Powder Blue. HEX triplet: AE, DA and DB. RGB value is (174,218,219). Sum of RGB (Red+Green+Blue) = 174+218+219=611 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.48% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 219 (85.94% from 255 or 35.84% from 611); Max value from RGB is 219 - color contains mainly: blue. Hex color #AEDADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDADB is #512524. Grayscale: #CCCCCC. Windows color (decimal): -5317925 or 14408366. OLE color: 14408366.

HSL color Cylindrical-coordinate representation of color #AEDADB: hue angle of 181.33º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDADB is Cyan = 0.21, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 218 219 -
CMYK 0.21 0.00 0 0.14
HSL 181.33º 0.38% 0.77% -
HSV(B) 181.33º 0.21% 0.86% -
XYZ 55.31 64.26 76.51 -
YUV 204.96 135.92 105.92 -
System Red Green Blue C M Y K H S L
Decimal 174 218 219 0.21 0.00 0 0.14 181.33 0.38 0.77
Hex AE DA DB 15 0 0 E B5 26 4D
Octal 256 332 333 25 0 0 16 265 46 115
Binary 10101110 11011010 11011011 10101 0 0 1110 10110101 100110 1001101

Color Harmonies of #AEDADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDADB

Black with #AEDADB

Text Example


Text Example

White with #AEDADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDADB; }

 p { color: rgb(174,218,219); }

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

background-color css

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

 a { background-color: rgb(174,218,219); }

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

border-color css

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

 span { border-color: rgb(174,218,219); }

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