#A0CBFF

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

Shades of Pale Cornflower Blue #A0CBFF

Tints of Pale Cornflower Blue #A0CBFF

Color information

#A0CBFF (or 0xA0CBFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CB and FF. RGB value is (160,203,255). Sum of RGB (Red+Green+Blue) = 160+203+255=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CBFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CBFF is #5F3400. Grayscale: #C3C3C3. Windows color (decimal): -6239233 or 16763808. OLE color: 16763808.

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

Color convert

RGB160203255-
CMYK0.370.2000
HSL212.84º100%81.37%-
HSV(B)212.84º37.25%100%-
XYZ53.957.41102.85-
YUV196.07161.25102.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.89%
GREEN value IS 203 (79.69% from 255) = 32.85%
BLUE value IS 255 (100% from 255) = 41.26%
R=25.89%
G=32.85%
B=41.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602032550.370.2000212.8410081.37
HexA0CBFF251400d56451
Octal240313377452400325144121
Binary10100000110010111111111110010110100001101010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CBFF; }

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

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

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

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

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

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

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

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