#A0CFFF

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

Shades of Pale Cornflower Blue #A0CFFF

Tints of Pale Cornflower Blue #A0CFFF

Color information

#A0CFFF (or 0xA0CFFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CF and FF. RGB value is (160,207,255). Sum of RGB (Red+Green+Blue) = 160+207+255=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 207 (81.25% from 255 or 33.28% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #A0CFFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFF is #5F3000. Grayscale: #C6C6C6. Windows color (decimal): -6238209 or 16764832. OLE color: 16764832.

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

Color convert

RGB160207255-
CMYK0.370.1900
HSL210.32º100%81.37%-
HSV(B)210.32º37.25%100%-
XYZ54.8659.32103.17-
YUV198.42159.93100.6-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.72%
GREEN value IS 207 (81.25% from 255) = 33.28%
BLUE value IS 255 (100% from 255) = 41.00%
R=25.72%
G=33.28%
B=41.00%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1602072550.370.1900210.3210081.37
HexA0CFFF251300d26451
Octal240317377452300322144121
Binary10100000110011111111111110010110011001101001011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFFF; }

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

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

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

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

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

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

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

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