#A6CAEF

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

Shades of Pale Cornflower Blue #A6CAEF

Tints of Pale Cornflower Blue #A6CAEF

Color information

#A6CAEF (or 0xA6CAEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CA and EF. RGB value is (166,202,239). Sum of RGB (Red+Green+Blue) = 166+202+239=607 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.35% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6CAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAEF is #593510. Grayscale: #C3C3C3. Windows color (decimal): -5846289 or 15714982. OLE color: 15714982.

HSL color Cylindrical-coordinate representation of color #A6CAEF: hue angle of 210.41º 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 #A6CAEF is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB166202239-
CMYK0.310.1500.06
HSL210.41º69.52%79.41%-
HSV(B)210.41º30.54%93.73%-
XYZ52.4356.5889.82-
YUV195.45152.57106.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.35%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=27.35%
G=33.28%
B=39.37%

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
Decimal1662022390.310.1500.06210.4169.5279.41
HexA6CAEF1FF06d2464f
Octal246312357371706322106117
Binary10100110110010101110111111111111101101101001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAEF; }

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

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

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

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

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

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

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

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