#A7C6FB

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

Shades of Pale Cornflower Blue #A7C6FB

Tints of Pale Cornflower Blue #A7C6FB

Color information

#A7C6FB (or 0xA7C6FB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A7, C6 and FB. RGB value is (167,198,251). Sum of RGB (Red+Green+Blue) = 167+198+251=616 (81% of max value = 765). Red value is 167 (65.62% from 255 or 27.11% from 616); Green value is 198 (77.73% from 255 or 32.14% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #A7C6FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A7C6FB is #583904. Grayscale: #C2C2C2. Windows color (decimal): -5781765 or 16500391. OLE color: 16500391.

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

Color convert

RGB167198251-
CMYK0.330.2100.02
HSL217.86º91.3%81.96%-
HSV(B)217.86º33.47%98.43%-
XYZ53.5455.5799.17-
YUV194.77159.73108.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 27.11%
GREEN value IS 198 (77.73% from 255) = 32.14%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=27.11%
G=32.14%
B=40.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1671982510.330.2100.02217.8691.381.96
HexA7C6FB211502da5b52
Octal247306373412502332133122
Binary101001111100011011111011100001101010101101101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C6FB; }

 p { color: rgb(167,198,251); }

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

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

 a { background-color: rgb(167,198,251); }

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

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

 span { border-color: rgb(167,198,251); }

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