#A1CBFA

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

Shades of Pale Cornflower Blue #A1CBFA

Tints of Pale Cornflower Blue #A1CBFA

Color information

#A1CBFA (or 0xA1CBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CB and FA. RGB value is (161,203,250). Sum of RGB (Red+Green+Blue) = 161+203+250=614 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.22% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1CBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBFA is #5E3405. Grayscale: #C3C3C3. Windows color (decimal): -6173702 or 16436129. OLE color: 16436129.

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

Color convert

RGB161203250-
CMYK0.360.1900.02
HSL211.69º89.9%80.59%-
HSV(B)211.69º35.6%98.04%-
XYZ53.3157.1998.67-
YUV195.8158.59103.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.22%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 250 (98.05% from 255) = 40.72%
R=26.22%
G=33.06%
B=40.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612032500.360.1900.02211.6989.980.59
HexA1CBFA241302d45a51
Octal241313372442302324132121
Binary101000011100101111111010100100100110101101010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBFA; }

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

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

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

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

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

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

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

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