#ABCAF1

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

Shades of Pale Cornflower Blue #ABCAF1

Tints of Pale Cornflower Blue #ABCAF1

Color information

#ABCAF1 (or 0xABCAF1) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CA and F1. RGB value is (171,202,241). Sum of RGB (Red+Green+Blue) = 171+202+241=614 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.85% from 614); Green value is 202 (79.30% from 255 or 32.90% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #ABCAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAF1 is #54350E. Grayscale: #C4C4C4. Windows color (decimal): -5518607 or 15846059. OLE color: 15846059.

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

Color convert

RGB171202241-
CMYK0.290.1600.05
HSL213.43º71.43%80.78%-
HSV(B)213.43º29.05%94.51%-
XYZ53.7957.2591.43-
YUV197.18152.73109.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.85%
GREEN value IS 202 (79.30% from 255) = 32.90%
BLUE value IS 241 (94.53% from 255) = 39.25%
R=27.85%
G=32.90%
B=39.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712022410.290.1600.05213.4371.4380.78
HexABCAF11D1005d54751
Octal253312361352005325107121
Binary101010111100101011110001111011000001011101010110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAF1; }

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

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

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

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

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

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

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

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