#ABCAF0

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

Shades of Pale Cornflower Blue #ABCAF0

Tints of Pale Cornflower Blue #ABCAF0

Color information

#ABCAF0 (or 0xABCAF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CA and F0. RGB value is (171,202,240). Sum of RGB (Red+Green+Blue) = 171+202+240=613 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.90% from 613); Green value is 202 (79.30% from 255 or 32.95% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABCAF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAF0 is #54350F. Grayscale: #C4C4C4. Windows color (decimal): -5518608 or 15780523. OLE color: 15780523.

HSL color Cylindrical-coordinate representation of color #ABCAF0: hue angle of 213.04º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABCAF0 is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171202240-
CMYK0.290.1600.06
HSL213.04º69.7%80.59%-
HSV(B)213.04º28.75%94.12%-
XYZ53.6457.1990.65-
YUV197.06152.23109.41-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.90%
GREEN value IS 202 (79.30% from 255) = 32.95%
BLUE value IS 240 (94.14% from 255) = 39.15%
R=27.90%
G=32.95%
B=39.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712022400.290.1600.06213.0469.780.59
HexABCAF01D1006d54651
Octal253312360352006325106121
Binary101010111100101011110000111011000001101101010110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAF0; }

 p { color: rgb(171,202,240); }

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

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

 a { background-color: rgb(171,202,240); }

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

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

 span { border-color: rgb(171,202,240); }

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