#A0CBFB

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

Shades of Pale Cornflower Blue #A0CBFB

Tints of Pale Cornflower Blue #A0CBFB

Color information

#A0CBFB (or 0xA0CBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CB and FB. RGB value is (160,203,251). Sum of RGB (Red+Green+Blue) = 160+203+251=614 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.06% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #A0CBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBFB is #5F3404. Grayscale: #C3C3C3. Windows color (decimal): -6239237 or 16501664. OLE color: 16501664.

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

Color convert

RGB160203251-
CMYK0.360.1900.02
HSL211.65º91.92%80.59%-
HSV(B)211.65º36.25%98.43%-
XYZ53.2757.1599.49-
YUV195.61159.25102.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.06%
GREEN value IS 203 (79.69% from 255) = 33.06%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=26.06%
G=33.06%
B=40.88%

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
Decimal1602032510.360.1900.02211.6591.9280.59
HexA0CBFB241302d45c51
Octal240313373442302324134121
Binary101000001100101111111011100100100110101101010010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBFB; }

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

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

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

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

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

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

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

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