#ABCFF0

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

Shades of Pale Cornflower Blue #ABCFF0

Tints of Pale Cornflower Blue #ABCFF0

Color information

#ABCFF0 (or 0xABCFF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CF and F0. RGB value is (171,207,240). Sum of RGB (Red+Green+Blue) = 171+207+240=618 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.67% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABCFF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFF0 is #54300F. Grayscale: #C7C7C7. Windows color (decimal): -5517328 or 15781803. OLE color: 15781803.

HSL color Cylindrical-coordinate representation of color #ABCFF0: hue angle of 208.7º 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 #ABCFF0 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB171207240-
CMYK0.290.1400.06
HSL208.7º69.7%80.59%-
HSV(B)208.7º28.75%94.12%-
XYZ54.8459.5791.05-
YUV200150.57107.32-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.67%
GREEN value IS 207 (81.25% from 255) = 33.50%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=27.67%
G=33.50%
B=38.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712072400.290.1400.06208.769.780.59
HexABCFF01DE06d14651
Octal253317360351606321106121
Binary10101011110011111111000011101111001101101000110001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFF0; }

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

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

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

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

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

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

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

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