#abcdf7

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

Shades of Pale Cornflower Blue #ABCDF7

Tints of Pale Cornflower Blue #ABCDF7

Color information

#ABCDF7 (or 0xABCDF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CD and F7. RGB value is (171,205,247). Sum of RGB (Red+Green+Blue) = 171+205+247=623 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.45% from 623); Green value is 205 (80.47% from 255 or 32.91% from 623); Blue value is 247 (96.88% from 255 or 39.65% from 623); Max value from RGB is 247 - color contains mainly: blue. Hex color #ABCDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCDF7 is #543208. Grayscale: #C7C7C7. Windows color (decimal): -5517833 or 16240043. OLE color: 16240043.

HSL color Cylindrical-coordinate representation of color #ABCDF7: hue angle of 213.16º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABCDF7 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171205247-
CMYK0.310.1700.03
HSL213.16º82.61%81.96%-
HSV(B)213.16º30.77%96.86%-
XYZ55.4159.0496.47-
YUV199.62154.74107.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.45%
GREEN value IS 205 (80.47% from 255) = 32.91%
BLUE value IS 247 (96.88% from 255) = 39.65%
R=27.45%
G=32.91%
B=39.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712052470.310.1700.03213.1682.6181.96
HexABCDF71F1103d55352
Octal253315367372103325123122
Binary10101011110011011111011111111100010111101010110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abcdf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abcdf7; }

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

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

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

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

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

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

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

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