#AACBFE

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

Shades of Pale Cornflower Blue #AACBFE

Tints of Pale Cornflower Blue #AACBFE

Color information

#AACBFE (or 0xAACBFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and FE. RGB value is (170,203,254). Sum of RGB (Red+Green+Blue) = 170+203+254=627 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.11% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #AACBFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFE is #553401. Grayscale: #C6C6C6. Windows color (decimal): -5583874 or 16698282. OLE color: 16698282.

HSL color Cylindrical-coordinate representation of color #AACBFE: hue angle of 216.43º 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 #AACBFE is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB170203254-
CMYK0.330.2000.00
HSL216.43º97.67%83.14%-
HSV(B)216.43º33.07%99.61%-
XYZ55.8258.41102.1-
YUV198.95159.07107.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.11%
GREEN value IS 203 (79.69% from 255) = 32.38%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=27.11%
G=32.38%
B=40.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1702032540.330.2000.00216.4397.6783.14
HexAACBFE211400d86253
Octal252313376412400330142123
Binary10101010110010111111111010000110100001101100011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBFE; }

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

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

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

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

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

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

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

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