#ABC9FC

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

Shades of Pale Cornflower Blue #ABC9FC

Tints of Pale Cornflower Blue #ABC9FC

Color information

#ABC9FC (or 0xABC9FC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, C9 and FC. RGB value is (171,201,252). Sum of RGB (Red+Green+Blue) = 171+201+252=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABC9FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABC9FC is #543603. Grayscale: #C5C5C5. Windows color (decimal): -5518852 or 16566699. OLE color: 16566699.

HSL color Cylindrical-coordinate representation of color #ABC9FC: hue angle of 217.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABC9FC is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171201252-
CMYK0.320.2000.01
HSL217.78º93.1%82.94%-
HSV(B)217.78º32.14%98.82%-
XYZ55.2557.46100.27-
YUV197.84158.56108.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.40%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=27.40%
G=32.21%
B=40.38%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712012520.320.2000.01217.7893.182.94
HexABC9FC201401da5d53
Octal253311374402401332135123
Binary10101011110010011111110010000010100011101101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC9FC; }

 p { color: rgb(171,201,252); }

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

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

 a { background-color: rgb(171,201,252); }

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

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

 span { border-color: rgb(171,201,252); }

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