#A0BFFF

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

Shades of Pale Cornflower Blue #A0BFFF

Tints of Pale Cornflower Blue #A0BFFF

Color information

#A0BFFF (or 0xA0BFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, BF and FF. RGB value is (160,191,255). Sum of RGB (Red+Green+Blue) = 160+191+255=606 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.40% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0BFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0BFFF is #5F4000. Grayscale: #BCBCBC. Windows color (decimal): -6242305 or 16760736. OLE color: 16760736.

HSL color Cylindrical-coordinate representation of color #A0BFFF: hue angle of 220.42º 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 #A0BFFF is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB160191255-
CMYK0.370.2500
HSL220.42º100%81.37%-
HSV(B)220.42º37.25%100%-
XYZ51.1851.96101.94-
YUV189.03165.23107.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.40%
GREEN value IS 191 (75% from 255) = 31.52%
BLUE value IS 255 (100% from 255) = 42.08%
R=26.40%
G=31.52%
B=42.08%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1601912550.370.2500220.4210081.37
HexA0BFFF251900dc6451
Octal240277377453100334144121
Binary10100000101111111111111110010111001001101110011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BFFF; }

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

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

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

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

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

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

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

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