#ABCEF5

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

Shades of Pale Cornflower Blue #ABCEF5

Tints of Pale Cornflower Blue #ABCEF5

Color information

#ABCEF5 (or 0xABCEF5) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CE and F5. RGB value is (171,206,245). Sum of RGB (Red+Green+Blue) = 171+206+245=622 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.49% from 622); Green value is 206 (80.86% from 255 or 33.12% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #ABCEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCEF5 is #54310A. Grayscale: #C7C7C7. Windows color (decimal): -5517579 or 16109227. OLE color: 16109227.

HSL color Cylindrical-coordinate representation of color #ABCEF5: hue angle of 211.62º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCEF5 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171206245-
CMYK0.300.1600.04
HSL211.62º78.72%81.57%-
HSV(B)211.62º30.2%96.08%-
XYZ55.3559.3994.93-
YUV199.98153.4107.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.49%
GREEN value IS 206 (80.86% from 255) = 33.12%
BLUE value IS 245 (96.09% from 255) = 39.39%
R=27.49%
G=33.12%
B=39.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712062450.300.1600.04211.6278.7281.57
HexABCEF51E1004d44f52
Octal253316365362004324117122
Binary101010111100111011110101111101000001001101010010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCEF5; }

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

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

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

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

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

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

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

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