#A6CEFB

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

Shades of Pale Cornflower Blue #A6CEFB

Tints of Pale Cornflower Blue #A6CEFB

Color information

#A6CEFB (or 0xA6CEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CE and FB. RGB value is (166,206,251). Sum of RGB (Red+Green+Blue) = 166+206+251=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 251 (98.44% from 255 or 40.29% from 623); Max value from RGB is 251 - color contains mainly: blue. Hex color #A6CEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CEFB is #593104. Grayscale: #C6C6C6. Windows color (decimal): -5845253 or 16502438. OLE color: 16502438.

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

Color convert

RGB166206251-
CMYK0.340.1800.02
HSL211.76º91.4%81.76%-
HSV(B)211.76º33.86%98.43%-
XYZ55.2159.2199.79-
YUV199.17157.25104.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.65%
GREEN value IS 206 (80.86% from 255) = 33.07%
BLUE value IS 251 (98.44% from 255) = 40.29%
R=26.65%
G=33.07%
B=40.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662062510.340.1800.02211.7691.481.76
HexA6CEFB221202d45b52
Octal246316373422202324133122
Binary101001101100111011111011100010100100101101010010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CEFB; }

 p { color: rgb(166,206,251); }

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

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

 a { background-color: rgb(166,206,251); }

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

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

 span { border-color: rgb(166,206,251); }

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