#A2CBFB

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

Shades of Pale Cornflower Blue #A2CBFB

Tints of Pale Cornflower Blue #A2CBFB

Color information

#A2CBFB (or 0xA2CBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A2, CB and FB. RGB value is (162,203,251). Sum of RGB (Red+Green+Blue) = 162+203+251=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 203 (79.69% from 255 or 32.95% 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 #A2CBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2CBFB is #5D3404. Grayscale: #C3C3C3. Windows color (decimal): -6108165 or 16501666. OLE color: 16501666.

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

Color convert

RGB162203251-
CMYK0.350.1900.02
HSL212.36º91.75%80.98%-
HSV(B)212.36º35.46%98.43%-
XYZ53.6757.3699.51-
YUV196.21158.92103.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 26.30%
GREEN value IS 203 (79.69% from 255) = 32.95%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=26.30%
G=32.95%
B=40.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1622032510.350.1900.02212.3691.7580.98
HexA2CBFB231302d45c51
Octal242313373432302324134121
Binary101000101100101111111011100011100110101101010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CBFB; }

 p { color: rgb(162,203,251); }

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

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

 a { background-color: rgb(162,203,251); }

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

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

 span { border-color: rgb(162,203,251); }

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