#ABCBFB

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

Shades of Pale Cornflower Blue #ABCBFB

Tints of Pale Cornflower Blue #ABCBFB

Color information

#ABCBFB (or 0xABCBFB) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and FB. RGB value is (171,203,251). Sum of RGB (Red+Green+Blue) = 171+203+251=625 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.36% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABCBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBFB is #543404. Grayscale: #C6C6C6. Windows color (decimal): -5518341 or 16501675. OLE color: 16501675.

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

Color convert

RGB171203251-
CMYK0.320.1900.02
HSL216º90.91%82.75%-
HSV(B)216º31.87%98.43%-
XYZ55.5658.3399.6-
YUV198.9157.4108.1-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.36%
GREEN value IS 203 (79.69% from 255) = 32.48%
BLUE value IS 251 (98.44% from 255) = 40.16%
R=27.36%
G=32.48%
B=40.16%

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
Decimal1712032510.320.1900.0221690.9182.75
HexABCBFB201302d85b53
Octal253313373402302330133123
Binary101010111100101111111011100000100110101101100010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBFB; }

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

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

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

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

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

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

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

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