#AACBFF

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

Shades of Pale Cornflower Blue #AACBFF

Tints of Pale Cornflower Blue #AACBFF

Color information

#AACBFF (or 0xAACBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and FF. RGB value is (170,203,255). Sum of RGB (Red+Green+Blue) = 170+203+255=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 203 (79.69% from 255 or 32.32% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #AACBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFF is #553400. Grayscale: #C6C6C6. Windows color (decimal): -5583873 or 16763818. OLE color: 16763818.

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

Color convert

RGB170203255-
CMYK0.330.2000
HSL216.71º100%83.33%-
HSV(B)216.71º33.33%100%-
XYZ55.9858.48102.94-
YUV199.06159.57107.27-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.07%
GREEN value IS 203 (79.69% from 255) = 32.32%
BLUE value IS 255 (100% from 255) = 40.61%
R=27.07%
G=32.32%
B=40.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702032550.330.2000216.7110083.33
HexAACBFF211400d96453
Octal252313377412400331144123
Binary10101010110010111111111110000110100001101100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBFF; }

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

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

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

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

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

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

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

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