#AACDFB

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

Shades of Pale Cornflower Blue #AACDFB

Tints of Pale Cornflower Blue #AACDFB

Color information

#AACDFB (or 0xAACDFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AA, CD and FB. RGB value is (170,205,251). Sum of RGB (Red+Green+Blue) = 170+205+251=626 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.16% from 626); Green value is 205 (80.47% from 255 or 32.75% from 626); Blue value is 251 (98.44% from 255 or 40.10% from 626); Max value from RGB is 251 - color contains mainly: blue. Hex color #AACDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AACDFB is #553204. Grayscale: #C7C7C7. Windows color (decimal): -5583365 or 16502186. OLE color: 16502186.

HSL color Cylindrical-coordinate representation of color #AACDFB: hue angle of 214.07º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AACDFB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB170205251-
CMYK0.320.1800.02
HSL214.07º91.01%82.55%-
HSV(B)214.07º32.27%98.43%-
XYZ55.8259.1799.75-
YUV199.78156.9106.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 27.16%
GREEN value IS 205 (80.47% from 255) = 32.75%
BLUE value IS 251 (98.44% from 255) = 40.10%
R=27.16%
G=32.75%
B=40.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702052510.320.1800.02214.0791.0182.55
HexAACDFB201202d65b53
Octal252315373402202326133123
Binary101010101100110111111011100000100100101101011010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDFB; }

 p { color: rgb(170,205,251); }

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

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

 a { background-color: rgb(170,205,251); }

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

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

 span { border-color: rgb(170,205,251); }

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