#ABC8FA

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

Shades of Pale Cornflower Blue #ABC8FA

Tints of Pale Cornflower Blue #ABC8FA

Color information

#ABC8FA (or 0xABC8FA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, C8 and FA. RGB value is (171,200,250). Sum of RGB (Red+Green+Blue) = 171+200+250=621 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.54% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 250 (98.05% from 255 or 40.26% from 621); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABC8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC8FA is #543705. Grayscale: #C4C4C4. Windows color (decimal): -5519110 or 16435371. OLE color: 16435371.

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

Color convert

RGB171200250-
CMYK0.320.200.02
HSL217.97º88.76%82.55%-
HSV(B)217.97º31.6%98.04%-
XYZ54.756.8798.54-
YUV197.03157.89109.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.54%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 250 (98.05% from 255) = 40.26%
R=27.54%
G=32.21%
B=40.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712002500.320.200.02217.9788.7682.55
HexABC8FA201402da5953
Octal253310372402402332131123
Binary101010111100100011111010100000101000101101101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8FA; }

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

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

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

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

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

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

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

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