#ABCAFA

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

Shades of Pale Cornflower Blue #ABCAFA

Tints of Pale Cornflower Blue #ABCAFA

Color information

#ABCAFA (or 0xABCAFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CA and FA. RGB value is (171,202,250). Sum of RGB (Red+Green+Blue) = 171+202+250=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 250 (98.05% from 255 or 40.13% from 623); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABCAFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCAFA is #543505. Grayscale: #C5C5C5. Windows color (decimal): -5518598 or 16435883. OLE color: 16435883.

HSL color Cylindrical-coordinate representation of color #ABCAFA: hue angle of 216.46º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCAFA is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171202250-
CMYK0.320.1900.02
HSL216.46º88.76%82.55%-
HSV(B)216.46º31.6%98.04%-
XYZ55.1757.898.69-
YUV198.2157.23108.6-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 250 (98.05% from 255) = 40.13%
R=27.45%
G=32.42%
B=40.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712022500.320.1900.02216.4688.7682.55
HexABCAFA201302d85953
Octal253312372402302330131123
Binary101010111100101011111010100000100110101101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCAFA; }

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

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

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

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

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

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

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

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