#A0CAFD

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

Shades of Pale Cornflower Blue #A0CAFD

Tints of Pale Cornflower Blue #A0CAFD

Color information

#A0CAFD (or 0xA0CAFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: A0, CA and FD. RGB value is (160,202,253). Sum of RGB (Red+Green+Blue) = 160+202+253=615 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.02% from 615); Green value is 202 (79.30% from 255 or 32.85% from 615); Blue value is 253 (99.22% from 255 or 41.14% from 615); Max value from RGB is 253 - color contains mainly: blue. Hex color #A0CAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A0CAFD is #5F3502. Grayscale: #C3C3C3. Windows color (decimal): -6239491 or 16632480. OLE color: 16632480.

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

Color convert

RGB160202253-
CMYK0.370.2000.01
HSL212.9º95.88%80.98%-
HSV(B)212.9º36.76%99.22%-
XYZ53.3556.81101.08-
YUV195.26160.59102.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.02%
GREEN value IS 202 (79.30% from 255) = 32.85%
BLUE value IS 253 (99.22% from 255) = 41.14%
R=26.02%
G=32.85%
B=41.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1602022530.370.2000.01212.995.8880.98
HexA0CAFD251401d56051
Octal240312375452401325140121
Binary10100000110010101111110110010110100011101010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CAFD; }

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

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

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

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

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

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

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

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