#A6CBEF

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

Shades of Pale Cornflower Blue #A6CBEF

Tints of Pale Cornflower Blue #A6CBEF

Color information

#A6CBEF (or 0xA6CBEF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CB and EF. RGB value is (166,203,239). Sum of RGB (Red+Green+Blue) = 166+203+239=608 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.30% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 239 (93.75% from 255 or 39.31% from 608); Max value from RGB is 239 - color contains mainly: blue. Hex color #A6CBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBEF is #593410. Grayscale: #C3C3C3. Windows color (decimal): -5846033 or 15715238. OLE color: 15715238.

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

Color convert

RGB166203239-
CMYK0.310.1500.06
HSL209.59º69.52%79.41%-
HSV(B)209.59º30.54%93.73%-
XYZ52.6657.0589.9-
YUV196.04152.24106.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.30%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 39.31%
R=27.30%
G=33.39%
B=39.31%

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
Decimal1662032390.310.1500.06209.5969.5279.41
HexA6CBEF1FF06d2464f
Octal246313357371706322106117
Binary10100110110010111110111111111111101101101001010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBEF; }

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

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

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

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

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

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

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

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