#ABCBFA

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

Shades of Pale Cornflower Blue #ABCBFA

Tints of Pale Cornflower Blue #ABCBFA

Color information

#ABCBFA (or 0xABCBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and FA. RGB value is (171,203,250). Sum of RGB (Red+Green+Blue) = 171+203+250=624 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.40% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABCBFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBFA is #543405. Grayscale: #C6C6C6. Windows color (decimal): -5518342 or 16436139. OLE color: 16436139.

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

Color convert

RGB171203250-
CMYK0.320.1900.02
HSL215.7º88.76%82.55%-
HSV(B)215.7º31.6%98.04%-
XYZ55.4158.2798.77-
YUV198.79156.9108.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.40%
GREEN value IS 203 (79.69% from 255) = 32.53%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=27.40%
G=32.53%
B=40.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712032500.320.1900.02215.788.7682.55
HexABCBFA201302d85953
Octal253313372402302330131123
Binary101010111100101111111010100000100110101101100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBFA; }

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

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

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

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

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

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

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

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