#A6CBFA

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

Shades of Pale Cornflower Blue #A6CBFA

Tints of Pale Cornflower Blue #A6CBFA

Color information

#A6CBFA (or 0xA6CBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A6, CB and FA. RGB value is (166,203,250). Sum of RGB (Red+Green+Blue) = 166+203+250=619 (81% of max value = 765). Red value is 166 (65.23% from 255 or 26.82% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 250 (98.05% from 255 or 40.39% from 619); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A6CBFA is #593405. Grayscale: #C5C5C5. Windows color (decimal): -5846022 or 16436134. OLE color: 16436134.

HSL color Cylindrical-coordinate representation of color #A6CBFA: hue angle of 213.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6CBFA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB166203250-
CMYK0.340.1900.02
HSL213.57º89.36%81.57%-
HSV(B)213.57º33.6%98.04%-
XYZ54.3457.7298.72-
YUV197.3157.74105.68-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 26.82%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 250 (98.05% from 255) = 40.39%
R=26.82%
G=32.79%
B=40.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1662032500.340.1900.02213.5789.3681.57
HexA6CBFA221302d65952
Octal246313372422302326131122
Binary101001101100101111111010100010100110101101011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CBFA; }

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

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

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

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

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

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

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

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