#ABCFFC

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

Shades of Pale Cornflower Blue #ABCFFC

Tints of Pale Cornflower Blue #ABCFFC

Color information

#ABCFFC (or 0xABCFFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CF and FC. RGB value is (171,207,252). Sum of RGB (Red+Green+Blue) = 171+207+252=630 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.14% from 630); Green value is 207 (81.25% from 255 or 32.86% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABCFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCFFC is #543003. Grayscale: #C9C9C9. Windows color (decimal): -5517316 or 16568235. OLE color: 16568235.

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

Color convert

RGB171207252-
CMYK0.320.1800.01
HSL213.33º93.1%82.94%-
HSV(B)213.33º32.14%98.82%-
XYZ56.6860.31100.75-
YUV201.37156.57106.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.14%
GREEN value IS 207 (81.25% from 255) = 32.86%
BLUE value IS 252 (98.83% from 255) = 40%
R=27.14%
G=32.86%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712072520.320.1800.01213.3393.182.94
HexABCFFC201201d55d53
Octal253317374402201325135123
Binary10101011110011111111110010000010010011101010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFFC; }

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

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

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

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

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

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

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

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