#AACBFD

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

Shades of Pale Cornflower Blue #AACBFD

Tints of Pale Cornflower Blue #AACBFD

Color information

#AACBFD (or 0xAACBFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CB and FD. RGB value is (170,203,253). Sum of RGB (Red+Green+Blue) = 170+203+253=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 253 (99.22% from 255 or 40.42% from 626); Max value from RGB is 253 - color contains mainly: blue. Hex color #AACBFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACBFD is #553402. Grayscale: #C6C6C6. Windows color (decimal): -5583875 or 16632746. OLE color: 16632746.

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

Color convert

RGB170203253-
CMYK0.330.2000.01
HSL216.14º95.4%82.94%-
HSV(B)216.14º32.81%99.22%-
XYZ55.6658.35101.26-
YUV198.83158.57107.43-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 253 (99.22% from 255) = 40.42%
R=27.16%
G=32.43%
B=40.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702032530.330.2000.01216.1495.482.94
HexAACBFD211401d85f53
Octal252313375412401330137123
Binary10101010110010111111110110000110100011101100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACBFD; }

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

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

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

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

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

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

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

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