#A0C8FF

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

Shades of Pale Cornflower Blue #A0C8FF

Tints of Pale Cornflower Blue #A0C8FF

Color information

#A0C8FF (or 0xA0C8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, C8 and FF. RGB value is (160,200,255). Sum of RGB (Red+Green+Blue) = 160+200+255=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0C8FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0C8FF is #5F3700. Grayscale: #C2C2C2. Windows color (decimal): -6240001 or 16763040. OLE color: 16763040.

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

Color convert

RGB160200255-
CMYK0.370.2200
HSL214.74º100%81.37%-
HSV(B)214.74º37.25%100%-
XYZ53.256102.61-
YUV194.31162.25103.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 200 (78.52% from 255) = 32.52%
BLUE value IS 255 (100% from 255) = 41.46%
R=26.02%
G=32.52%
B=41.46%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602002550.370.2200214.7410081.37
HexA0C8FF251600d76451
Octal240310377452600327144121
Binary10100000110010001111111110010110110001101011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C8FF; }

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

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

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

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

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

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

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

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