#ABCBF6

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

Shades of Pale Cornflower Blue #ABCBF6

Tints of Pale Cornflower Blue #ABCBF6

Color information

#ABCBF6 (or 0xABCBF6) is unknown color: approx Pale Cornflower Blue. HEX triplet: AB, CB and F6. RGB value is (171,203,246). Sum of RGB (Red+Green+Blue) = 171+203+246=620 (82% of max value = 765). Red value is 171 (67.19% from 255 or 27.58% from 620); Green value is 203 (79.69% from 255 or 32.74% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #ABCBF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABCBF6 is #543409. Grayscale: #C6C6C6. Windows color (decimal): -5518346 or 16173995. OLE color: 16173995.

HSL color Cylindrical-coordinate representation of color #ABCBF6: hue angle of 214.4º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCBF6 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171203246-
CMYK0.300.1700.04
HSL214.4º80.65%81.76%-
HSV(B)214.4º30.49%96.47%-
XYZ54.7958.0295.5-
YUV198.33154.9108.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.58%
GREEN value IS 203 (79.69% from 255) = 32.74%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=27.58%
G=32.74%
B=39.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1712032460.300.1700.04214.480.6581.76
HexABCBF61E1104d65152
Octal253313366362104326121122
Binary101010111100101111110110111101000101001101011010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCBF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCBF6; }

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

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

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

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

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

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

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

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