#AEDBFB

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

Shades of Pale Cornflower Blue #AEDBFB

Tints of Pale Cornflower Blue #AEDBFB

Color information

#AEDBFB (or 0xAEDBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, DB and FB. RGB value is (174,219,251). Sum of RGB (Red+Green+Blue) = 174+219+251=644 (85% of max value = 765). Red value is 174 (68.36% from 255 or 27.02% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 251 (98.44% from 255 or 38.98% from 644); Max value from RGB is 251 - color contains mainly: blue. Hex color #AEDBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AEDBFB is #512404. Grayscale: #D1D1D1. Windows color (decimal): -5317637 or 16505774. OLE color: 16505774.

HSL color Cylindrical-coordinate representation of color #AEDBFB: hue angle of 204.94º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEDBFB is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB174219251-
CMYK0.310.1300.02
HSL204.94º90.59%83.33%-
HSV(B)204.94º30.68%98.43%-
XYZ60.266.63100.95-
YUV209.19151.59102.9-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.02%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 251 (98.44% from 255) = 38.98%
R=27.02%
G=34.01%
B=38.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1742192510.310.1300.02204.9490.5983.33
HexAEDBFB1FD02cd5b53
Octal256333373371502315133123
Binary1010111011011011111110111111111010101100110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDBFB; }

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

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

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

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

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

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

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

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