Html Css Color HEX #AEDFEA Powder Blue

📋 copy color: '#AEDFEA'

red 174 ◦ green 223 ◦ blue 234

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

Shades of Powder Blue #AEDFEA

Tints of Powder Blue #AEDFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 35.34%

 BLUE value IS 234 (91.8% from 255) = 37.08%

R = 27.58%
G = 35.34%
B = 37.08%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AEDFEA (or 0xAEDFEA) is known color: Powder Blue. HEX triplet: AE, DF and EA. RGB value is (174,223,234). Sum of RGB (Red+Green+Blue) = 174+223+234=631 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.58% from 631); Green value is 223 (87.5% from 255 or 35.34% from 631); Blue value is 234 (91.80% from 255 or 37.08% from 631); Max value from RGB is 234 - color contains mainly: blue. Hex color #AEDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDFEA is #512015. Grayscale: #D1D1D1. Windows color (decimal): -5316630 or 15392686. OLE color: 15392686.

HSL color Cylindrical-coordinate representation of color #AEDFEA: hue angle of 191º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEDFEA is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 223 234 -
CMYK 0.26 0.05 0 0.08
HSL 191º 0.59% 0.8% -
HSV(B) 191º 0.26% 0.92% -
XYZ 58.69 67.71 87.82 -
YUV 209.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 174 223 234 0.26 0.05 0 0.08 191 0.59 0.8
Hex AE DF EA 1A 5 0 8 BF 3B 50
Octal 256 337 352 32 5 0 10 277 73 120
Binary 10101110 11011111 11101010 11010 101 0 1000 10111111 111011 1010000

Color Harmonies of #AEDFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFEA

Black with #AEDFEA

Text Example


Text Example

White with #AEDFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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