Html Css Color HEX #AED0EA Pale Cornflower Blue

📋 copy color: '#AED0EA'

red 174 ◦ green 208 ◦ blue 234

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

Shades of Pale Cornflower Blue #AED0EA

Tints of Pale Cornflower Blue #AED0EA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

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

R = 28.25%
G = 33.77%
B = 37.99%

CMYK

 C value IS 0.26

 M value IS 0.11

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AED0EA (or 0xAED0EA) is known color: Pale Cornflower Blue. HEX triplet: AE, D0 and EA. RGB value is (174,208,234). Sum of RGB (Red+Green+Blue) = 174+208+234=616 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.25% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #AED0EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AED0EA is #512F15. Grayscale: #C8C8C8. Windows color (decimal): -5320470 or 15388846. OLE color: 15388846.

HSL color Cylindrical-coordinate representation of color #AED0EA: hue angle of 206º 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 #AED0EA is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 208 234 -
CMYK 0.26 0.11 0 0.08
HSL 206º 0.59% 0.8% -
HSV(B) 206º 0.26% 0.92% -
XYZ 54.86 60.05 86.54 -
YUV 200.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 174 208 234 0.26 0.11 0 0.08 206 0.59 0.8
Hex AE D0 EA 1A B 0 8 CE 3B 50
Octal 256 320 352 32 13 0 10 316 73 120
Binary 10101110 11010000 11101010 11010 1011 0 1000 11001110 111011 1010000

Color Harmonies of #AED0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0EA

Black with #AED0EA

Text Example


Text Example

White with #AED0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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