#ABCBFC

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

Shades of Pale Cornflower Blue #ABCBFC

Tints of Pale Cornflower Blue #ABCBFC

Color information

#ABCBFC (or 0xABCBFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and FC. RGB value is (171,203,252). Sum of RGB (Red+Green+Blue) = 171+203+252=626 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.32% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABCBFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBFC is #543403. Grayscale: #C6C6C6. Windows color (decimal): -5518340 or 16567211. OLE color: 16567211.

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

Color convert

RGB171203252-
CMYK0.320.1900.01
HSL216.3º93.1%82.94%-
HSV(B)216.3º32.14%98.82%-
XYZ55.7258.4100.43-
YUV199.02157.9108.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.32%
GREEN value IS 203 (79.69% from 255) = 32.43%
BLUE value IS 252 (98.83% from 255) = 40.26%
R=27.32%
G=32.43%
B=40.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712032520.320.1900.01216.393.182.94
HexABCBFC201301d85d53
Octal253313374402301330135123
Binary10101011110010111111110010000010011011101100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBFC; }

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

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

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

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

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

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

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

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