#A1CCFB

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

Shades of Pale Cornflower Blue #A1CCFB

Tints of Pale Cornflower Blue #A1CCFB

Color information

#A1CCFB (or 0xA1CCFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CC and FB. RGB value is (161,204,251). Sum of RGB (Red+Green+Blue) = 161+204+251=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1CCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CCFB is #5E3304. Grayscale: #C4C4C4. Windows color (decimal): -6173445 or 16501921. OLE color: 16501921.

HSL color Cylindrical-coordinate representation of color #A1CCFB: hue angle of 211.33º degrees, saturation: 0.92, 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 #A1CCFB is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161204251-
CMYK0.360.1900.02
HSL211.33º91.84%80.78%-
HSV(B)211.33º35.86%98.43%-
XYZ53.757.7399.58-
YUV196.5158.75102.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.14%
GREEN value IS 204 (80.08% from 255) = 33.12%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=26.14%
G=33.12%
B=40.75%

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
Decimal1612042510.360.1900.02211.3391.8480.78
HexA1CCFB241302d35c51
Octal241314373442302323134121
Binary101000011100110011111011100100100110101101001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CCFB; }

 p { color: rgb(161,204,251); }

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

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

 a { background-color: rgb(161,204,251); }

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

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

 span { border-color: rgb(161,204,251); }

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