#AEDBFC

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

Shades of Pale Cornflower Blue #AEDBFC

Tints of Pale Cornflower Blue #AEDBFC

Color information

#AEDBFC (or 0xAEDBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, DB and FC. RGB value is (174,219,252). Sum of RGB (Red+Green+Blue) = 174+219+252=645 (85% of max value = 765). Red value is 174 (68.36% from 255 or 26.98% from 645); Green value is 219 (85.94% from 255 or 33.95% from 645); Blue value is 252 (98.83% from 255 or 39.07% from 645); Max value from RGB is 252 - color contains mainly: blue. Hex color #AEDBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBFC is #512403. Grayscale: #D1D1D1. Windows color (decimal): -5317636 or 16571310. OLE color: 16571310.

HSL color Cylindrical-coordinate representation of color #AEDBFC: hue angle of 205.38º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDBFC is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174219252-
CMYK0.310.1300.01
HSL205.38º92.86%83.53%-
HSV(B)205.38º30.95%98.82%-
XYZ60.3666.69101.79-
YUV209.31152.09102.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 26.98%
GREEN value IS 219 (85.94% from 255) = 33.95%
BLUE value IS 252 (98.83% from 255) = 39.07%
R=26.98%
G=33.95%
B=39.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742192520.310.1300.01205.3892.8683.53
HexAEDBFC1FD01cd5d54
Octal256333374371501315135124
Binary101011101101101111111100111111101011100110110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBFC; }

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

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

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

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

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

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

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

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