#A6CAFF

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

Shades of Pale Cornflower Blue #A6CAFF

Tints of Pale Cornflower Blue #A6CAFF

Color information

#A6CAFF (or 0xA6CAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CA and FF. RGB value is (166,202,255). Sum of RGB (Red+Green+Blue) = 166+202+255=623 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.65% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 255 (100% from 255 or 40.93% from 623); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAFF is #593500. Grayscale: #C5C5C5. Windows color (decimal): -5846273 or 16763558. OLE color: 16763558.

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

Color convert

RGB166202255-
CMYK0.350.2100
HSL215.73º100%82.55%-
HSV(B)215.73º34.9%100%-
XYZ54.957.57102.83-
YUV197.28160.57105.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.65%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 255 (100% from 255) = 40.93%
R=26.65%
G=32.42%
B=40.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662022550.350.2100215.7310082.55
HexA6CAFF231500d86453
Octal246312377432500330144123
Binary10100110110010101111111110001110101001101100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAFF; }

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

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

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

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

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

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

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

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