#A0CFFC

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

Shades of Pale Cornflower Blue #A0CFFC

Tints of Pale Cornflower Blue #A0CFFC

Color information

#A0CFFC (or 0xA0CFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CF and FC. RGB value is (160,207,252). Sum of RGB (Red+Green+Blue) = 160+207+252=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 207 (81.25% from 255 or 33.44% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #A0CFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFC is #5F3003. Grayscale: #C5C5C5. Windows color (decimal): -6238212 or 16568224. OLE color: 16568224.

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

Color convert

RGB160207252-
CMYK0.370.1800.01
HSL209.35º93.88%80.78%-
HSV(B)209.35º36.51%98.82%-
XYZ54.3859.13100.64-
YUV198.08158.43100.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 207 (81.25% from 255) = 33.44%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=25.85%
G=33.44%
B=40.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602072520.370.1800.01209.3593.8880.78
HexA0CFFC251201d15e51
Octal240317374452201321136121
Binary10100000110011111111110010010110010011101000110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFFC; }

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

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

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

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

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

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

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

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