#ABCDF0

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

Shades of Pale Cornflower Blue #ABCDF0

Tints of Pale Cornflower Blue #ABCDF0

Color information

#ABCDF0 (or 0xABCDF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CD and F0. RGB value is (171,205,240). Sum of RGB (Red+Green+Blue) = 171+205+240=616 (81% of max value = 765). Red value is 171 (67.19% from 255 or 27.76% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 240 (94.14% from 255 or 38.96% from 616); Max value from RGB is 240 - color contains mainly: blue. Hex color #ABCDF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDF0 is #54320F. Grayscale: #C6C6C6. Windows color (decimal): -5517840 or 15781291. OLE color: 15781291.

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

Color convert

RGB171205240-
CMYK0.290.1500.06
HSL210.43º69.7%80.59%-
HSV(B)210.43º28.75%94.12%-
XYZ54.3558.6190.89-
YUV198.82151.24108.15-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.76%
GREEN value IS 205 (80.47% from 255) = 33.28%
BLUE value IS 240 (94.14% from 255) = 38.96%
R=27.76%
G=33.28%
B=38.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712052400.290.1500.06210.4369.780.59
HexABCDF01DF06d24651
Octal253315360351706322106121
Binary10101011110011011111000011101111101101101001010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDF0; }

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

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

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

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

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

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

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

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