#A1CBFF

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

Shades of Pale Cornflower Blue #A1CBFF

Tints of Pale Cornflower Blue #A1CBFF

Color information

#A1CBFF (or 0xA1CBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CB and FF. RGB value is (161,203,255). Sum of RGB (Red+Green+Blue) = 161+203+255=619 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.01% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CBFF is #5E3400. Grayscale: #C4C4C4. Windows color (decimal): -6173697 or 16763809. OLE color: 16763809.

HSL color Cylindrical-coordinate representation of color #A1CBFF: hue angle of 213.19º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1CBFF is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB161203255-
CMYK0.370.2000
HSL213.19º100%81.57%-
HSV(B)213.19º36.86%100%-
XYZ54.157.51102.86-
YUV196.37161.09102.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.01%
GREEN value IS 203 (79.69% from 255) = 32.79%
BLUE value IS 255 (100% from 255) = 41.20%
R=26.01%
G=32.79%
B=41.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612032550.370.2000213.1910081.57
HexA1CBFF251400d56452
Octal241313377452400325144122
Binary10100001110010111111111110010110100001101010111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CBFF; }

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

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

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

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

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

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

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

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