#AACBF1

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

Shades of Pale Cornflower Blue #AACBF1

Tints of Pale Cornflower Blue #AACBF1

Color information

#AACBF1 (or 0xAACBF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and F1. RGB value is (170,203,241). Sum of RGB (Red+Green+Blue) = 170+203+241=614 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.69% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #AACBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBF1 is #55340E. Grayscale: #C5C5C5. Windows color (decimal): -5583887 or 15846314. OLE color: 15846314.

HSL color Cylindrical-coordinate representation of color #AACBF1: hue angle of 212.11º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AACBF1 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB170203241-
CMYK0.290.1600.05
HSL212.11º71.72%80.59%-
HSV(B)212.11º29.46%94.51%-
XYZ53.8157.6191.5-
YUV197.46152.57108.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.69%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=27.69%
G=33.06%
B=39.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1702032410.290.1600.05212.1171.7280.59
HexAACBF11D1005d44851
Octal252313361352005324110121
Binary101010101100101111110001111011000001011101010010010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBF1; }

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

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

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

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

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

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

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

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