#AECBFC

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

Shades of Pale Cornflower Blue #AECBFC

Tints of Pale Cornflower Blue #AECBFC

Color information

#AECBFC (or 0xAECBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AE, CB and FC. RGB value is (174,203,252). Sum of RGB (Red+Green+Blue) = 174+203+252=629 (83% of max value = 765). Red value is 174 (68.36% from 255 or 27.66% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 252 (98.83% from 255 or 40.06% from 629); Max value from RGB is 252 - color contains mainly: blue. Hex color #AECBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AECBFC is #513403. Grayscale: #C7C7C7. Windows color (decimal): -5321732 or 16567214. OLE color: 16567214.

HSL color Cylindrical-coordinate representation of color #AECBFC: hue angle of 217.69º 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 #AECBFC is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB174203252-
CMYK0.310.1900.01
HSL217.69º92.86%83.53%-
HSV(B)217.69º30.95%98.82%-
XYZ56.3858.74100.46-
YUV199.92157.39109.52-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 27.66%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 252 (98.83% from 255) = 40.06%
R=27.66%
G=32.27%
B=40.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1742032520.310.1900.01217.6992.8683.53
HexAECBFC1F1301da5d54
Octal256313374372301332135124
Binary1010111011001011111111001111110011011101101010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECBFC; }

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

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

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

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

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

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

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

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