#A6CAED

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

Shades of Pale Cornflower Blue #A6CAED

Tints of Pale Cornflower Blue #A6CAED

Color information

#A6CAED (or 0xA6CAED) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CA and ED. RGB value is (166,202,237). Sum of RGB (Red+Green+Blue) = 166+202+237=605 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.44% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 237 (92.97% from 255 or 39.17% from 605); Max value from RGB is 237 - color contains mainly: blue. Hex color #A6CAED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAED is #593512. Grayscale: #C3C3C3. Windows color (decimal): -5846291 or 15583910. OLE color: 15583910.

HSL color Cylindrical-coordinate representation of color #A6CAED: hue angle of 209.58º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6CAED is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166202237-
CMYK0.300.1500.07
HSL209.58º66.36%79.02%-
HSV(B)209.58º29.96%92.94%-
XYZ52.1356.4688.27-
YUV195.23151.57107.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.44%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 237 (92.97% from 255) = 39.17%
R=27.44%
G=33.39%
B=39.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662022370.300.1500.07209.5866.3679.02
HexA6CAED1EF07d2424f
Octal246312355361707322102117
Binary10100110110010101110110111110111101111101001010000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAED; }

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

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

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

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

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

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

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

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