#A1CEFB

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

Shades of Pale Cornflower Blue #A1CEFB

Tints of Pale Cornflower Blue #A1CEFB

Color information

#A1CEFB (or 0xA1CEFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A1, CE and FB. RGB value is (161,206,251). Sum of RGB (Red+Green+Blue) = 161+206+251=618 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.05% from 618); Green value is 206 (80.86% from 255 or 33.33% from 618); Blue value is 251 (98.44% from 255 or 40.61% from 618); Max value from RGB is 251 - color contains mainly: blue. Hex color #A1CEFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1CEFB is #5E3104. Grayscale: #C5C5C5. Windows color (decimal): -6172933 or 16502433. OLE color: 16502433.

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

Color convert

RGB161206251-
CMYK0.360.1800.02
HSL210º91.84%80.78%-
HSV(B)210º35.86%98.43%-
XYZ54.1858.6899.74-
YUV197.68158.09101.84-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.05%
GREEN value IS 206 (80.86% from 255) = 33.33%
BLUE value IS 251 (98.44% from 255) = 40.61%
R=26.05%
G=33.33%
B=40.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612062510.360.1800.0221091.8480.78
HexA1CEFB241202d25c51
Octal241316373442202322134121
Binary101000011100111011111011100100100100101101001010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CEFB; }

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

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

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

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

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

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

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

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