#A6CBFF

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

Shades of Pale Cornflower Blue #A6CBFF

Tints of Pale Cornflower Blue #A6CBFF

Color information

#A6CBFF (or 0xA6CBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CB and FF. RGB value is (166,203,255). Sum of RGB (Red+Green+Blue) = 166+203+255=624 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.60% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBFF is #593400. Grayscale: #C5C5C5. Windows color (decimal): -5846017 or 16763814. OLE color: 16763814.

HSL color Cylindrical-coordinate representation of color #A6CBFF: hue angle of 215.06º 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 #A6CBFF is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB166203255-
CMYK0.350.2000
HSL215.06º100%82.55%-
HSV(B)215.06º34.9%100%-
XYZ55.1358.04102.9-
YUV197.86160.24105.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.60%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 255 (100% from 255) = 40.87%
R=26.60%
G=32.53%
B=40.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662032550.350.2000215.0610082.55
HexA6CBFF231400d76453
Octal246313377432400327144123
Binary10100110110010111111111110001110100001101011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBFF; }

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

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

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

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

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

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

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

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