#AACEFE

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

Shades of Pale Cornflower Blue #AACEFE

Tints of Pale Cornflower Blue #AACEFE

Color information

#AACEFE (or 0xAACEFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CE and FE. RGB value is (170,206,254). Sum of RGB (Red+Green+Blue) = 170+206+254=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #AACEFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACEFE is #553101. Grayscale: #C8C8C8. Windows color (decimal): -5583106 or 16699050. OLE color: 16699050.

HSL color Cylindrical-coordinate representation of color #AACEFE: hue angle of 214.29º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AACEFE is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170206254-
CMYK0.330.1900.00
HSL214.29º97.67%83.14%-
HSV(B)214.29º33.07%99.61%-
XYZ56.5459.84102.34-
YUV200.71158.07106.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.98%
GREEN value IS 206 (80.86% from 255) = 32.70%
BLUE value IS 254 (99.61% from 255) = 40.32%
R=26.98%
G=32.70%
B=40.32%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702062540.330.1900.00214.2997.6783.14
HexAACEFE211300d66253
Octal252316376412300326142123
Binary10101010110011101111111010000110011001101011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACEFE; }

 p { color: rgb(170,206,254); }

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

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

 a { background-color: rgb(170,206,254); }

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

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

 span { border-color: rgb(170,206,254); }

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