#A6CCEF

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

Shades of Pale Cornflower Blue #A6CCEF

Tints of Pale Cornflower Blue #A6CCEF

Color information

#A6CCEF (or 0xA6CCEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CC and EF. RGB value is (166,204,239). Sum of RGB (Red+Green+Blue) = 166+204+239=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 204 (80.08% from 255 or 33.50% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6CCEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CCEF is #593310. Grayscale: #C4C4C4. Windows color (decimal): -5845777 or 15715494. OLE color: 15715494.

HSL color Cylindrical-coordinate representation of color #A6CCEF: hue angle of 208.77º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6CCEF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166204239-
CMYK0.310.1500.06
HSL208.77º69.52%79.41%-
HSV(B)208.77º30.54%93.73%-
XYZ52.957.5289.98-
YUV196.63151.91106.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 204 (80.08% from 255) = 33.50%
BLUE value IS 239 (93.75% from 255) = 39.24%
R=27.26%
G=33.50%
B=39.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1662042390.310.1500.06208.7769.5279.41
HexA6CCEF1FF06d1464f
Octal246314357371706321106117
Binary10100110110011001110111111111111101101101000110001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCEF; }

 p { color: rgb(166,204,239); }

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

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

 a { background-color: rgb(166,204,239); }

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

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

 span { border-color: rgb(166,204,239); }

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