#ABCEFA

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

Shades of Pale Cornflower Blue #ABCEFA

Tints of Pale Cornflower Blue #ABCEFA

Color information

#ABCEFA (or 0xABCEFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CE and FA. RGB value is (171,206,250). Sum of RGB (Red+Green+Blue) = 171+206+250=627 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.27% from 627); Green value is 206 (80.86% from 255 or 32.85% from 627); Blue value is 250 (98.05% from 255 or 39.87% from 627); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABCEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEFA is #543105. Grayscale: #C8C8C8. Windows color (decimal): -5517574 or 16436907. OLE color: 16436907.

HSL color Cylindrical-coordinate representation of color #ABCEFA: hue angle of 213.42º 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 #ABCEFA is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171206250-
CMYK0.320.1800.02
HSL213.42º88.76%82.55%-
HSV(B)213.42º31.6%98.04%-
XYZ56.1259.799.01-
YUV200.55155.9106.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.27%
GREEN value IS 206 (80.86% from 255) = 32.85%
BLUE value IS 250 (98.05% from 255) = 39.87%
R=27.27%
G=32.85%
B=39.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712062500.320.1800.02213.4288.7682.55
HexABCEFA201202d55953
Octal253316372402202325131123
Binary101010111100111011111010100000100100101101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEFA; }

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

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

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

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

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

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

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

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