#A6D3F8

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

Shades of Pale Cornflower Blue #A6D3F8

Tints of Pale Cornflower Blue #A6D3F8

Color information

#A6D3F8 (or 0xA6D3F8) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, D3 and F8. RGB value is (166,211,248). Sum of RGB (Red+Green+Blue) = 166+211+248=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 211 (82.81% from 255 or 33.76% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #A6D3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6D3F8 is #592C07. Grayscale: #C9C9C9. Windows color (decimal): -5843976 or 16307110. OLE color: 16307110.

HSL color Cylindrical-coordinate representation of color #A6D3F8: hue angle of 207.07º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6D3F8 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB166211248-
CMYK0.330.1500.03
HSL207.07º85.42%81.18%-
HSV(B)207.07º33.06%97.25%-
XYZ55.9661.4797.72-
YUV201.76154.09102.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 211 (82.81% from 255) = 33.76%
BLUE value IS 248 (97.27% from 255) = 39.68%
R=26.56%
G=33.76%
B=39.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1662112480.330.1500.03207.0785.4281.18
HexA6D3F821F03cf5551
Octal246323370411703317125121
Binary10100110110100111111100010000111110111100111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D3F8; }

 p { color: rgb(166,211,248); }

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

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

 a { background-color: rgb(166,211,248); }

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

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

 span { border-color: rgb(166,211,248); }

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