#ABC8FE

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

Shades of Pale Cornflower Blue #ABC8FE

Tints of Pale Cornflower Blue #ABC8FE

Color information

#ABC8FE (or 0xABC8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, C8 and FE. RGB value is (171,200,254). Sum of RGB (Red+Green+Blue) = 171+200+254=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 254 (99.61% from 255 or 40.64% from 625); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABC8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC8FE is #543701. Grayscale: #C5C5C5. Windows color (decimal): -5519106 or 16697515. OLE color: 16697515.

HSL color Cylindrical-coordinate representation of color #ABC8FE: hue angle of 219.04º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABC8FE is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171200254-
CMYK0.330.2100.00
HSL219.04º97.65%83.33%-
HSV(B)219.04º32.68%99.61%-
XYZ55.3457.12101.87-
YUV197.48159.89109.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.36%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 254 (99.61% from 255) = 40.64%
R=27.36%
G=32%
B=40.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712002540.330.2100.00219.0497.6583.33
HexABC8FE211500db6253
Octal253310376412500333142123
Binary10101011110010001111111010000110101001101101111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC8FE; }

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

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

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

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

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

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

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

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