#A0CFFD

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

Shades of Pale Cornflower Blue #A0CFFD

Tints of Pale Cornflower Blue #A0CFFD

Color information

#A0CFFD (or 0xA0CFFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CF and FD. RGB value is (160,207,253). Sum of RGB (Red+Green+Blue) = 160+207+253=620 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.81% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 253 (99.22% from 255 or 40.81% from 620); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0CFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CFFD is #5F3002. Grayscale: #C5C5C5. Windows color (decimal): -6238211 or 16633760. OLE color: 16633760.

HSL color Cylindrical-coordinate representation of color #A0CFFD: hue angle of 209.68º degrees, saturation: 0.96, 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 #A0CFFD is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB160207253-
CMYK0.370.1800.01
HSL209.68º95.88%80.98%-
HSV(B)209.68º36.76%99.22%-
XYZ54.5459.19101.48-
YUV198.19158.93100.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.81%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 253 (99.22% from 255) = 40.81%
R=25.81%
G=33.39%
B=40.81%

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
Decimal1602072530.370.1800.01209.6895.8880.98
HexA0CFFD251201d26051
Octal240317375452201322140121
Binary10100000110011111111110110010110010011101001011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CFFD; }

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

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

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

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

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

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

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

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