#A6CDFE

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

Shades of Pale Cornflower Blue #A6CDFE

Tints of Pale Cornflower Blue #A6CDFE

Color information

#A6CDFE (or 0xA6CDFE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CD and FE. RGB value is (166,205,254). Sum of RGB (Red+Green+Blue) = 166+205+254=625 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.56% from 625); Green value is 205 (80.47% from 255 or 32.8% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6CDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CDFE is #593201. Grayscale: #C6C6C6. Windows color (decimal): -5845506 or 16698790. OLE color: 16698790.

HSL color Cylindrical-coordinate representation of color #A6CDFE: hue angle of 213.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6CDFE is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166205254-
CMYK0.350.1900.00
HSL213.41º97.78%82.35%-
HSV(B)213.41º34.65%99.61%-
XYZ55.4558.93102.22-
YUV198.92159.08104.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.56%
GREEN value IS 205 (80.47% from 255) = 32.8%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=26.56%
G=32.8%
B=40.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662052540.350.1900.00213.4197.7882.35
HexA6CDFE231300d56252
Octal246315376432300325142122
Binary10100110110011011111111010001110011001101010111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDFE; }

 p { color: rgb(166,205,254); }

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

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

 a { background-color: rgb(166,205,254); }

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

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

 span { border-color: rgb(166,205,254); }

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