#AEDBFA

Color #AEDBFA Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #AEDBFA

Tints of Pale Cornflower Blue #AEDBFA

Color information

#AEDBFA (or 0xAEDBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, DB and FA. RGB value is (174,219,250). Sum of RGB (Red+Green+Blue) = 174+219+250=643 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.06% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 250 (98.05% from 255 or 38.88% from 643); Max value from RGB is 250 - color contains mainly: blue. Hex color #AEDBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBFA is #512405. Grayscale: #D0D0D0. Windows color (decimal): -5317638 or 16440238. OLE color: 16440238.

HSL color Cylindrical-coordinate representation of color #AEDBFA: hue angle of 204.47º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEDBFA is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174219250-
CMYK0.300.1200.02
HSL204.47º88.37%83.14%-
HSV(B)204.47º30.4%98.04%-
XYZ60.0466.56100.13-
YUV209.08151.09102.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.06%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 250 (98.05% from 255) = 38.88%
R=27.06%
G=34.06%
B=38.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742192500.300.1200.02204.4788.3783.14
HexAEDBFA1EC02cc5853
Octal256333372361402314130123
Binary1010111011011011111110101111011000101100110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBFA; }

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

 H1.HeaderClassName
 {
   color: #AEDBFA;
 }
 .AnyTagClassName
 {
   color: #AEDBFA;
 }
</style>
background-color css

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

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

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

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

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

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