#A6C8EA

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

Shades of Pale Cornflower Blue #A6C8EA

Tints of Pale Cornflower Blue #A6C8EA

Color information

#A6C8EA (or 0xA6C8EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, C8 and EA. RGB value is (166,200,234). Sum of RGB (Red+Green+Blue) = 166+200+234=600 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.67% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #A6C8EA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6C8EA is #593715. Grayscale: #C1C1C1. Windows color (decimal): -5846806 or 15386790. OLE color: 15386790.

HSL color Cylindrical-coordinate representation of color #A6C8EA: hue angle of 210º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6C8EA is Cyan = 0.29, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166200234-
CMYK0.290.1500.08
HSL210º61.82%78.43%-
HSV(B)210º29.06%91.76%-
XYZ51.2355.3685.83-
YUV193.71150.74108.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.67%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 234 (91.80% from 255) = 39%
R=27.67%
G=33.33%
B=39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662002340.290.1500.0821061.8278.43
HexA6C8EA1DF08d23e4e
Octal246310352351701032276116
Binary10100110110010001110101011101111101000110100101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C8EA; }

 p { color: rgb(166,200,234); }

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

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

 a { background-color: rgb(166,200,234); }

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

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

 span { border-color: rgb(166,200,234); }

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