#A6CAEE

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

Shades of Pale Cornflower Blue #A6CAEE

Tints of Pale Cornflower Blue #A6CAEE

Color information

#A6CAEE (or 0xA6CAEE) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CA and EE. RGB value is (166,202,238). Sum of RGB (Red+Green+Blue) = 166+202+238=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 202 (79.30% from 255 or 33.33% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #A6CAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CAEE is #593511. Grayscale: #C3C3C3. Windows color (decimal): -5846290 or 15649446. OLE color: 15649446.

HSL color Cylindrical-coordinate representation of color #A6CAEE: hue angle of 210º degrees, saturation: 0.68, 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 #A6CAEE is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166202238-
CMYK0.300.1500.07
HSL210º67.92%79.22%-
HSV(B)210º30.25%93.33%-
XYZ52.2856.5289.04-
YUV195.34152.07107.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 202 (79.30% from 255) = 33.33%
BLUE value IS 238 (93.36% from 255) = 39.27%
R=27.39%
G=33.33%
B=39.27%

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
Decimal1662022380.300.1500.0721067.9279.22
HexA6CAEE1EF07d2444f
Octal246312356361707322104117
Binary10100110110010101110111011110111101111101001010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CAEE; }

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

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

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

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

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

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

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

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