#AEDBF8

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

Shades of Pale Cornflower Blue #AEDBF8

Tints of Pale Cornflower Blue #AEDBF8

Color information

#AEDBF8 (or 0xAEDBF8) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, DB and F8. RGB value is (174,219,248). Sum of RGB (Red+Green+Blue) = 174+219+248=641 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.15% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #AEDBF8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBF8 is #512407. Grayscale: #D0D0D0. Windows color (decimal): -5317640 or 16309166. OLE color: 16309166.

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

Color convert

RGB174219248-
CMYK0.300.1200.03
HSL203.51º84.09%82.75%-
HSV(B)203.51º29.84%97.25%-
XYZ59.7366.4498.48-
YUV208.85150.09103.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.15%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=27.15%
G=34.17%
B=38.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1742192480.300.1200.03203.5184.0982.75
HexAEDBF81EC03cc5453
Octal256333370361403314124123
Binary1010111011011011111110001111011000111100110010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBF8; }

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

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

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

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

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

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

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

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